LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Can I access NIC directly from user space? (https://www.linuxquestions.org/questions/linux-networking-3/can-i-access-nic-directly-from-user-space-516113/)

jollyshah 01-04-2007 12:43 AM

Can I access NIC directly from user space?
 
Hi,
I want to write one application by which I can directly access NIC driver (read/write to it)

Can anyone help me out ...?

PatrickNew 01-04-2007 12:47 AM

Are you saying you want to edit the driver, as in the file that plugs into the kernel, or you want to interface directly with the NIC? If you mean directly interface, how directly? Do you want to be able to send individual packets, or are you looking to rewrite tcp/ip?

chort 01-04-2007 01:32 PM

You need to be in ring0 to talk to a device, so no.


All times are GMT -5. The time now is 10:32 PM.