Skip to content

Commit 8b76102

Browse files
gentoo-rootkuba-moo
authored andcommitted
ice: 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 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>
1 parent 94379a5 commit 8b76102

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
@@ -2156,9 +2156,6 @@ ice_xmit_frame_ring(struct sk_buff *skb, struct ice_tx_ring *tx_ring)
21562156

21572157
ice_trace(xmit_frame_ring, tx_ring, skb);
21582158

2159-
if (unlikely(ipv6_hopopt_jumbo_remove(skb)))
2160-
goto out_drop;
2161-
21622159
count = ice_xmit_desc_count(skb);
21632160
if (ice_chk_linearize(skb, count)) {
21642161
if (__skb_linearize(skb))

0 commit comments

Comments
 (0)