RE: [PATCH 1/7] examples/ipsec-secgw: disable Tx chksum offload for inline

2022-04-20 Thread Ananyev, Konstantin
Hi Nithin, > >> Enable Tx IPv4 checksum offload only when Tx inline crypto, lookaside > >> crypto/protocol or cpu crypto is needed. > >> For Tx Inline protocol offload, checksum computation > >> is implicitly taken care by HW. > > > > The thing is that right now it is not stated explicitly that >

Re: [PATCH 1/7] examples/ipsec-secgw: disable Tx chksum offload for inline

2022-04-19 Thread Nithin Kumar Dabilpuram
Hi Konstantin, Please see inline. On 4/14/22 7:37 PM, Ananyev, Konstantin wrote: Hi Nithin, Enable Tx IPv4 checksum offload only when Tx inline crypto, lookaside crypto/protocol or cpu crypto is needed. For Tx Inline protocol offload, checksum computation is implicitly taken care by HW. Th

RE: [PATCH 1/7] examples/ipsec-secgw: disable Tx chksum offload for inline

2022-04-14 Thread Ananyev, Konstantin
Hi Nithin, > Enable Tx IPv4 checksum offload only when Tx inline crypto, lookaside > crypto/protocol or cpu crypto is needed. > For Tx Inline protocol offload, checksum computation > is implicitly taken care by HW. The thing is that right now it is not stated explicitly that RTE_SECURITY_ACTION_

Re: [PATCH 1/7] examples/ipsec-secgw: disable Tx chksum offload for inline

2022-04-12 Thread Nithin Kumar Dabilpuram
Ping. On 3/22/22 11:28 PM, Nithin Dabilpuram wrote: Enable Tx IPv4 checksum offload only when Tx inline crypto, lookaside crypto/protocol or cpu crypto is needed. For Tx Inline protocol offload, checksum computation is implicitly taken care by HW. Signed-off-by: Nithin Dabilpuram --- example

[PATCH 1/7] examples/ipsec-secgw: disable Tx chksum offload for inline

2022-03-22 Thread Nithin Dabilpuram
Enable Tx IPv4 checksum offload only when Tx inline crypto, lookaside crypto/protocol or cpu crypto is needed. For Tx Inline protocol offload, checksum computation is implicitly taken care by HW. Signed-off-by: Nithin Dabilpuram --- examples/ipsec-secgw/ipsec-secgw.c | 3 --- examples/ipsec-sec