Re: [PATCH net 1/1] qede: fix offload for IPIP tunnel packets

2020-12-28 Thread Jakub Kicinski
ddy Kalluru > > Subject: [PATCH net 1/1] qede: fix offload for IPIP tunnel packets > > > > IPIP tunnels packets are unknown to device, hence these packets are > > incorrectly parsed and caused the packet corruption, so disable offlods for > > such packets at

RE: [PATCH net 1/1] qede: fix offload for IPIP tunnel packets

2020-12-24 Thread Manish Chopra
> -Original Message- > From: Manish Chopra > Sent: Monday, December 21, 2020 8:26 PM > To: da...@davemloft.net > Cc: netdev@vger.kernel.org; Ariel Elior ; Igor Russkikh > ; Sudarsana Reddy Kalluru > Subject: [PATCH net 1/1] qede: fix offload for IPIP tunnel pack

Re: [PATCH net 1/1] qede: fix offload for IPIP tunnel packets

2020-12-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 21 Dec 2020 06:55:30 -0800 you wrote: > IPIP tunnels packets are unknown to device, > hence these packets are incorrectly parsed and > caused the packet corruption, so disable offlods > for such packets at run time. > >

[PATCH net 1/1] qede: fix offload for IPIP tunnel packets

2020-12-21 Thread Manish Chopra
IPIP tunnels packets are unknown to device, hence these packets are incorrectly parsed and caused the packet corruption, so disable offlods for such packets at run time. Signed-off-by: Manish Chopra Signed-off-by: Sudarsana Kalluru Signed-off-by: Igor Russkikh --- drivers/net/ethernet/qlogic/q