[PATCH net-next] packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3

Subsystems: networking [general], the rest

STALE3529d

2 messages, 2 authors, 2017-01-11 · open the first message on its own page

[PATCH net-next] packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3

From: Sowmini Varadhan <hidden>
Date: 2017-01-10 15:47:49

Commit 7f953ab2ba46 ("af_packet: TX_RING support for TPACKET_V3")
now makes it possible to use TX_RING with TPACKET_V3, so make the
the relevant information available via 'ss -e -a --packet'

Signed-off-by: Sowmini Varadhan <redacted>
---
 net/packet/diag.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/net/packet/diag.c b/net/packet/diag.c
index 0ed68f0..7ef1c88 100644
--- a/net/packet/diag.c
+++ b/net/packet/diag.c
@@ -73,8 +73,7 @@ static int pdiag_put_ring(struct packet_ring_buffer *ring, int ver, int nl_type,
 {
 	struct packet_diag_ring pdr;
 
-	if (!ring->pg_vec || ((ver > TPACKET_V2) &&
-				(nl_type == PACKET_DIAG_TX_RING)))
+	if (!ring->pg_vec)
 		return 0;
 
 	pdr.pdr_block_size = ring->pg_vec_pages << PAGE_SHIFT;
-- 
1.7.1

Re: [PATCH net-next] packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3

From: David Miller <davem@davemloft.net>
Date: 2017-01-11 02:03:09

From: Sowmini Varadhan <redacted>
Date: Tue, 10 Jan 2017 07:47:15 -0800
Commit 7f953ab2ba46 ("af_packet: TX_RING support for TPACKET_V3")
now makes it possible to use TX_RING with TPACKET_V3, so make the
the relevant information available via 'ss -e -a --packet'

Signed-off-by: Sowmini Varadhan <redacted>
Applied, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help