Skip to content

Commit 7332d20

Browse files
gentoo-rootgregkh
authored andcommitted
ice: Remove jumbo_remove step from TX path
[ Upstream commit 8b76102 ] Now that the kernel doesn't insert HBH for BIG TCP IPv6 packets, remove unnecessary steps from the ice TX path, that used to check and remove HBH. Signed-off-by: Alice Mikityanska <alice@isovalent.com> Acked-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Link: https://patch.msgid.link/20260205133925.526371-8-alice.kernel@fastmail.im Signed-off-by: Jakub Kicinski <kuba@kernel.org> Stable-dep-of: 1a303ba ("ice: fix double-free of tx_buf skb") Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 67b17d6 commit 7332d20

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/net/ethernet/intel/ice/ice_txrx.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,9 +2346,6 @@ ice_xmit_frame_ring(struct sk_buff *skb, struct ice_tx_ring *tx_ring)
23462346

23472347
ice_trace(xmit_frame_ring, tx_ring, skb);
23482348

2349-
if (unlikely(ipv6_hopopt_jumbo_remove(skb)))
2350-
goto out_drop;
2351-
23522349
count = ice_xmit_desc_count(skb);
23532350
if (ice_chk_linearize(skb, count)) {
23542351
if (__skb_linearize(skb))

0 commit comments

Comments
 (0)