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

2021-09-28 Thread Ananyev, Konstantin
> On 9/23/2021 3:09 PM, Ananyev, Konstantin wrote: > > > >> 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 interf

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

2021-09-28 Thread Nicolau, Radu
On 9/23/2021 3:09 PM, Ananyev, Konstantin wrote: 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:

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

2021-09-23 Thread Ananyev, Konstantin
> 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 Ni

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

2021-09-17 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