Skip to content

Commit c0165fc

Browse files
gentoo-rootkuba-moo
authored andcommitted
net: mana: 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 mana 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-11-alice.kernel@fastmail.im Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 275da93 commit c0165fc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/net/ethernet/microsoft/mana/mana_en.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,6 @@ netdev_tx_t mana_start_xmit(struct sk_buff *skb, struct net_device *ndev)
355355
if (skb_cow_head(skb, MANA_HEADROOM))
356356
goto tx_drop_count;
357357

358-
if (unlikely(ipv6_hopopt_jumbo_remove(skb)))
359-
goto tx_drop_count;
360-
361358
txq = &apc->tx_qp[txq_idx].txq;
362359
gdma_sq = txq->gdma_sq;
363360
cq = &apc->tx_qp[txq_idx].tx_cq;

0 commit comments

Comments
 (0)