aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
diff options
context:
space:
mode:
authorSridhar Samudrala <[email protected]>2025-01-11 00:29:22 +0000
committerTony Nguyen <[email protected]>2025-02-11 17:13:10 +0000
commit69ab25a74e2df53edc2de4acfce0a484bdb88155 (patch)
tree6d4ba95be902c3cd97f7df37cc13ff31be1f21c2 /drivers/net/ethernet/intel/igc/igc_main.c
parentMerge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-... (diff)
downloadkernel-69ab25a74e2df53edc2de4acfce0a484bdb88155.tar.gz
kernel-69ab25a74e2df53edc2de4acfce0a484bdb88155.zip
idpf: fix handling rsc packet with a single segment
Handle rsc packet with a single segment same as a multi segment rsc packet so that CHECKSUM_PARTIAL is set in the skb->ip_summed field. The current code is passing CHECKSUM_NONE resulting in TCP GRO layer doing checksum in SW and hiding the issue. This will fail when using dmabufs as payload buffers as skb frag would be unreadable. Fixes: 3a8845af66ed ("idpf: add RX splitq napi poll support") Signed-off-by: Sridhar Samudrala <[email protected]> Reviewed-by: Przemek Kitszel <[email protected]> Tested-by: Samuel Salin <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions