Re: [PATCH v2] net/mlx5e: don't assume psp tx skbs are ipv6 csum handling
From: Eric Dumazet <edumazet@google.com>
Date: 2026-01-27 12:56:31
Also in:
linux-rdma, lkml
From: Eric Dumazet <edumazet@google.com>
Date: 2026-01-27 12:56:31
Also in:
linux-rdma, lkml
On Mon, Jan 26, 2026 at 8:38 PM Daniel Zahka [off-list ref] wrote:
mlx5e_psp_handle_tx_skb() assumes skbs are ipv6 when doing a partial
TCP checksum with tso. Make correctly mlx5e_psp_handle_tx_skb() handle
ipv4 packets.
Fixes: e5a1861a298e ("net/mlx5e: Implement PSP Tx data path")
Signed-off-by: Daniel Zahka <daniel.zahka@gmail.com>Reviewed-by: Eric Dumazet <edumazet@google.com>