Hello All.
I am required to write some data from
Kernel Space to User Space, (write
some data from within a NIC Driver to
a user application).
The write would be basically for every 'x' frames
received on the NIC Card. The user application
needs to capture the data and update a few fields in a
structure in the kernel address space, This would be
read by the Driver and processed.
Kindly let me know how to go about achieving this.
Thanks & Regards.
Ramesh