public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/2] TPACKET_V3 TX_RING support
@ 2017-01-03 14:31 Sowmini Varadhan
  2017-01-03 14:31 ` [PATCH v3 net-next 1/2] af_packet: TX_RING support for TPACKET_V3 Sowmini Varadhan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sowmini Varadhan @ 2017-01-03 14:31 UTC (permalink / raw)
  To: netdev, sowmini.varadhan; +Cc: daniel, willemb, davem

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.


Sowmini Varadhan (2):
  af_packet: TX_RING support for TPACKET_V3
  tools: test case for TPACKET_V3/TX_RING support

 Documentation/networking/packet_mmap.txt    |    9 ++-
 net/packet/af_packet.c                      |   39 +++++++++---
 tools/testing/selftests/net/psock_tpacket.c |   91 ++++++++++++++++++++++-----
 3 files changed, 111 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-01-03 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 14:31 [PATCH v3 net-next 0/2] TPACKET_V3 TX_RING support Sowmini Varadhan
2017-01-03 14:31 ` [PATCH v3 net-next 1/2] af_packet: TX_RING support for TPACKET_V3 Sowmini Varadhan
2017-01-03 15:57   ` Willem de Bruijn
2017-01-03 14:31 ` [PATCH v3 net-next 2/2] tools: test case for TPACKET_V3/TX_RING support Sowmini Varadhan
2017-01-03 15:57   ` Willem de Bruijn
2017-01-03 16:01 ` [PATCH v3 net-next 0/2] TPACKET_V3 TX_RING support David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox