Re: [dpdk-dev] [PATCH v3 2/2] examples/ipsec-secgw: add support for TSO

2021-10-27 Thread Nicolau, Radu
I'm seeing this problem: if we support both TCP and UDP TSO then we will check the TX offloads for both (and IPsec) and so far the only PMDs that support IPsec and TSO only support TCP TSO. So I will rework the patch to only enable TSO for TCP Inline crypto. On 10/27/2021 1:44 PM, Nicolau, Rad

Re: [dpdk-dev] [PATCH v3 2/2] examples/ipsec-secgw: add support for TSO

2021-10-27 Thread Nicolau, Radu
On 10/27/2021 1:02 PM, Ananyev, Konstantin wrote: Add support to allow user to specific MSS for TSO offload on a per SA basis. MSS configuration in the context of IPsec is only supported for outbound SA's in the context of an inline IPsec Crypto offload. Signed-off-by: Declan Doherty Signed

Re: [dpdk-dev] [PATCH v3 2/2] examples/ipsec-secgw: add support for TSO

2021-10-27 Thread Ananyev, Konstantin
> Add support to allow user to specific MSS for TSO offload on a per SA > basis. MSS configuration in the context of IPsec is only supported for > outbound SA's in the context of an inline IPsec Crypto offload. > > Signed-off-by: Declan Doherty > Signed-off-by: Radu Nicolau > --- > doc/guide

[dpdk-dev] [PATCH v3 2/2] examples/ipsec-secgw: add support for TSO

2021-10-27 Thread Radu Nicolau
Add support to allow user to specific MSS for TSO offload on a per SA basis. MSS configuration in the context of IPsec is only supported for outbound SA's in the context of an inline IPsec Crypto offload. Signed-off-by: Declan Doherty Signed-off-by: Radu Nicolau --- doc/guides/rel_notes/release