Re: [PATCH v3 net-next 2/2] tools: test case for TPACKET_V3/TX_RING support

2017-01-03 Thread Willem de Bruijn
On Tue, Jan 3, 2017 at 9:31 AM, Sowmini Varadhan wrote: > Add a test case and sample code for (TPACKET_V3, PACKET_TX_RING) > > Signed-off-by: Sowmini Varadhan Acked-by: Willem de Bruijn Thanks!

[PATCH v3 net-next 2/2] tools: test case for TPACKET_V3/TX_RING support

2017-01-03 Thread Sowmini Varadhan
Add a test case and sample code for (TPACKET_V3, PACKET_TX_RING) Signed-off-by: Sowmini Varadhan --- v2: Added test case. v3: refactored code to have a single walk_tx() function that handles all three TPACKET versions. tools/testing/selftests/net/psock_tpacket.c | 91 +