Re: [dpdk-dev] [PATCH v6 10/10] ipsec: add ol_flags support

2021-09-24 Thread Ananyev, Konstantin
> Update the IPsec library to set mbuff->ol_flags and use the configured > L3 header length when setting the mbuff->tx_offload fields You stated what pactch does, but didn't explain why it is needed. > > Signed-off-by: Declan Doherty > Signed-off-by: Radu Nicolau > Signed-off-by: Abhijit Sinha

Re: [dpdk-dev] [PATCH v6 10/10] ipsec: add ol_flags support

2021-09-22 Thread Zhang, Roy Fan
> -Original Message- > From: Nicolau, Radu > Sent: Friday, September 17, 2021 10:18 AM > To: Ananyev, Konstantin ; Iremonger, > Bernard ; Medvedkin, Vladimir > > Cc: dev@dpdk.org; m...@ashroe.eu; Richardson, Bruce > ; Zhang, Roy Fan ; > hemant.agra...@nxp.com; gak...@marvell.com; ano...@m

[dpdk-dev] [PATCH v6 10/10] ipsec: add ol_flags support

2021-09-17 Thread Radu Nicolau
Update the IPsec library to set mbuff->ol_flags and use the configured L3 header length when setting the mbuff->tx_offload fields Signed-off-by: Declan Doherty Signed-off-by: Radu Nicolau Signed-off-by: Abhijit Sinha Signed-off-by: Daniel Martin Buckley --- lib/ipsec/esp_inb.c | 17 +