]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'TPACKET_V3-TX_RING-support'
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2017 16:00:28 +0000 (11:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2017 16:00:28 +0000 (11:00 -0500)
commit97292ef8d9d66bd996b93b96638f92a03df5688f
tree43dbb39df8034667faa990693f2b6d3a1b471aad
parent868cd9ead143066101214f2e237d9809191ad2ef
parenta285a7bd900b4b0b4cbbc984c27d81705d3dd530
Merge branch 'TPACKET_V3-TX_RING-support'

Sowmini Varadhan says:

====================
TPACKET_V3 TX_RING support

This patch series allows an application to use a single PF_PACKET
descriptor and leverage the best implementations of TX_RING
and RX_RING that exist today.

Patch 1 adds the kernel/Documentation changes for TX_RING
support and patch2 adds the associated test case in selftests.

Changes since v2: additional sanity checks for setsockopt
input for TX_RING/TPACKET_V3. Refactored psock_tpacket.c
test code to avoid code duplication from V2.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>