Skip to content

Commit 28df1c6

Browse files
gentoo-rootkuba-moo
authored andcommitted
bng_en: Remove jumbo_remove step from TX path
Now that the kernel doesn't insert HBH for BIG TCP IPv6 packets, remove unnecessary steps from the bng_en TX path, that used to check and remove HBH. Signed-off-by: Alice Mikityanska <alice@isovalent.com> Link: https://patch.msgid.link/20260205133925.526371-12-alice.kernel@fastmail.im Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent c0165fc commit 28df1c6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/net/ethernet/broadcom/bnge/bnge_txrx.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,9 +1463,6 @@ netdev_tx_t bnge_start_xmit(struct sk_buff *skb, struct net_device *dev)
14631463
return NETDEV_TX_BUSY;
14641464
}
14651465

1466-
if (unlikely(ipv6_hopopt_jumbo_remove(skb)))
1467-
goto tx_free;
1468-
14691466
last_frag = skb_shinfo(skb)->nr_frags;
14701467

14711468
txbd = &txr->tx_desc_ring[TX_RING(bn, prod)][TX_IDX(prod)];

0 commit comments

Comments
 (0)