> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Samudrala, Sridhar > Sent: Friday, January 10, 2025 4:29 PM > To: [email protected]; [email protected] > Cc: Samudrala, Sridhar <[email protected]>; Kitszel, Przemyslaw > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-net] 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]>
