diff options
author | Johann Baudy <johann.baudy@gnu-log.net> | 2009-05-19 07:11:22 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-19 07:11:22 +0200 |
commit | 69e3c75f4d541a6eb151b3ef91f34033cb3ad6e1 (patch) | |
tree | 24920f17ea435627978af9d5fe0e99763bf6a533 /Documentation/development-process | |
parent | netxen: fix msi irq setup (diff) | |
download | linux-69e3c75f4d541a6eb151b3ef91f34033cb3ad6e1.tar.xz linux-69e3c75f4d541a6eb151b3ef91f34033cb3ad6e1.zip |
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>
Diffstat (limited to 'Documentation/development-process')
0 files changed, 0 insertions, 0 deletions