how slow is ioctl?
From: DazMe (z333r_at_yahoo.com)
Date: 09/21/05
- Next message: Peter: "system call problem"
- Previous message: Nix: "Re: Newbie question about kernels"
- Next in thread: Chris Friesen: "Re: how slow is ioctl?"
- Reply: Chris Friesen: "Re: how slow is ioctl?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Sep 2005 07:41:24 -0700
Hi all,
I'm writing some kernel code and I have no option
AFAIK but to have apps communicate with my kernel
code via the ioctl interface. However I was curious
if anyone can tell me how much time it takes
to invoke an ioctl, because I'm pretty sure I'm
seeing a bit of a delay caused by it. The actual
kernel code is pretty fast. Hmm... has anyone
put a "no op" ioctl in place to permit determining
ioctl latency empirically?
Thanks.
- Next message: Peter: "system call problem"
- Previous message: Nix: "Re: Newbie question about kernels"
- Next in thread: Chris Friesen: "Re: how slow is ioctl?"
- Reply: Chris Friesen: "Re: how slow is ioctl?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|