mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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>
This commit is contained in:
parent
94379a5880
commit
8b76102c5e
|
|
@ -2156,9 +2156,6 @@ ice_xmit_frame_ring(struct sk_buff *skb, struct ice_tx_ring *tx_ring)
|
|||
|
||||
ice_trace(xmit_frame_ring, tx_ring, skb);
|
||||
|
||||
if (unlikely(ipv6_hopopt_jumbo_remove(skb)))
|
||||
goto out_drop;
|
||||
|
||||
count = ice_xmit_desc_count(skb);
|
||||
if (ice_chk_linearize(skb, count)) {
|
||||
if (__skb_linearize(skb))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user