Re: [ovs-dev] [PATCH] netdev-tc-offload: Fix ip protocols not offloaded in ip rewrite

2023-07-24 Thread Faicker Mo via dev
the different checksum calculation. From: Ilya Maximets Date: 2023-07-21 22:20:55 To: Aaron Conole ,ovs-dev Cc: simon.hor...@corigine.com,pa...@nvidia.com,Faicker Mo ,i.maxim...@ovn.org Subject: Re: [ovs-dev] [PATCH] netdev-tc-offload: Fix ip protocols not offloaded in ip rewrite>On 7/20

Re: [ovs-dev] [PATCH] netdev-tc-offload: Fix ip protocols not offloaded in ip rewrite

2023-07-21 Thread Ilya Maximets
On 7/20/23 17:32, Aaron Conole wrote: > Faicker Mo via dev writes: > >> The warning message is >> |1|tc(handler4)|WARN|can't offload rewrite of IP/IPV6 with ip_proto: X. >> >> Some ip protocols like ipip, gre and so on do not need the recalculation of >> the checksum of themself except for

Re: [ovs-dev] [PATCH] netdev-tc-offload: Fix ip protocols not offloaded in ip rewrite

2023-07-20 Thread Aaron Conole
Faicker Mo via dev writes: > The warning message is > |1|tc(handler4)|WARN|can't offload rewrite of IP/IPV6 with ip_proto: X. > > Some ip protocols like ipip, gre and so on do not need the recalculation of > the checksum of themself except for the ip header checksum recalculation > in the ip

[ovs-dev] [PATCH] netdev-tc-offload: Fix ip protocols not offloaded in ip rewrite

2023-07-19 Thread Faicker Mo via dev
The warning message is |1|tc(handler4)|WARN|can't offload rewrite of IP/IPV6 with ip_proto: X. Some ip protocols like ipip, gre and so on do not need the recalculation of the checksum of themself except for the ip header checksum recalculation in the ip header rewrite case. The tc csum action