Re: [dpdk-dev] [PATCH v4 06/10] ipsec: add transmit segmentation offload support

2021-09-03 Thread Zhang, Roy Fan
> -Original Message- > From: Nicolau, Radu > Sent: Friday, September 3, 2021 12:26 PM > 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...@ma

[dpdk-dev] [PATCH v4 06/10] ipsec: add transmit segmentation offload support

2021-09-03 Thread Radu Nicolau
Add support for transmit segmentation offload to inline crypto processing mode. This offload is not supported by other offload modes, as at a minimum it requires inline crypto for IPsec to be supported on the network interface. Signed-off-by: Declan Doherty Signed-off-by: Radu Nicolau Signed-off