Hi,
Can anyone tell me the performance effect in the
following case:
1) copying data directly to mmapped memory
usingmemcpy() in user space .
2) copying the data in the IOCTL call which in turn
copies from user space to the kernel space buffer(copy_from_user).
Thanks in advance.
Regards,
Anj
|