Re: [PATCH v3 net-next 0/2] TPACKET_V3 TX_RING support

2017-01-03 Thread David Miller
From: Sowmini Varadhan Date: Tue, 3 Jan 2017 06:31:46 -0800 > 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 a

[PATCH v3 net-next 0/2] TPACKET_V3 TX_RING support

2017-01-03 Thread Sowmini Varadhan
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: ad