linux/Documentation
Johann Baudy 69e3c75f4d net: TX_RING and packet mmap
New packet socket feature that makes packet socket more efficient for
transmission.

- It reduces number of system call through a PACKET_TX_RING mechanism,
  based on PACKET_RX_RING (Circular buffer allocated in kernel space
  which is mmapped from user space).

- It minimizes CPU copy using fragmented SKB (almost zero copy).

Signed-off-by: Johann Baudy <johann.baudy@gnu-log.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-05-18 22:11:22 -07:00
..
2009-04-07 08:12:38 +02:00
2009-04-13 15:04:33 -07:00
2009-05-15 07:56:25 -05:00
2009-04-07 08:31:09 -07:00
2009-05-02 15:36:09 -07:00
2009-04-19 11:12:12 +02:00
2009-05-18 22:11:22 -07:00
2009-04-09 07:28:10 +02:00
2009-04-27 12:00:27 -07:00
2009-04-27 12:00:27 -07:00
2009-04-22 16:54:27 -04:00