RE: [PATCH 1/2] examples/ipsec-secgw: use Tx cksum offload conditionally

2022-08-28 Thread Akhil Goyal
> Subject: [PATCH 1/2] examples/ipsec-secgw: use Tx cksum offload conditionally > > Use Tx checksum offload only when all the ports have it enabled as > the qconf for a particular lcore stores ipv4_offloads for all the > Tx ports and each lcore can Tx to any port. > >

RE: [PATCH 1/2] examples/ipsec-secgw: use Tx cksum offload conditionally

2022-08-25 Thread Akhil Goyal
> Subject: [PATCH 1/2] examples/ipsec-secgw: use Tx cksum offload conditionally > > Use Tx checksum offload only when all the ports have it enabled as > the qconf for a particular lcore stores ipv4_offloads for all the > Tx ports and each lcore can Tx to any port. > >

[PATCH 1/2] examples/ipsec-secgw: use Tx cksum offload conditionally

2022-07-21 Thread Nithin Dabilpuram
Use Tx checksum offload only when all the ports have it enabled as the qconf for a particular lcore stores ipv4_offloads for all the Tx ports and each lcore can Tx to any port. Fixes: 03128be4cd4d ("examples/ipsec-secgw: allow disabling some Rx/Tx offloads") Cc: konstantin.anan...@intel.com Sign