Re: [dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-08-07 Thread Thomas Monjalon
> > Propose new fields to support offloads like > > - IPsec inner checksum(L3/L4) > > - IPsec tunnel header verification > > - TSO > > - etc > > in the structure ``rte_security_ipsec_sa_options``. > > > > Signed-off-by: Archana Muniganti > > Signed-off-by: Tejasree Kondoj > > Acked-by: Akhil Goya

Re: [dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-08-07 Thread Jerin Jacob
On Thu, Aug 5, 2021 at 3:44 PM Hemant Agrawal wrote: > > Acked-by: Hemant Agrawal Acked-by: Jerin Jacob

Re: [dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-08-05 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-08-05 Thread Nicolau, Radu
On 7/31/2021 6:44 PM, Akhil Goyal wrote: From: Archana Muniganti Propose new fields to support offloads like - IPsec inner checksum(L3/L4) - IPsec tunnel header verification - TSO - etc in the structure ``rte_security_ipsec_sa_options``. Signed-off-by: Archana Muniganti Signed-off-by: Tejas

Re: [dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-08-04 Thread Akhil Goyal
> Subject: [PATCH] doc: announce SA config option struct changes > > From: Archana Muniganti > > Propose new fields to support offloads like > - IPsec inner checksum(L3/L4) > - IPsec tunnel header verification > - TSO > - etc > in the structure ``rte_security_ipsec_sa_options``. > > Signed-off-

Re: [dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-08-02 Thread Akhil Goyal
> Hi Akhil, > > There are 2 more items that I would like to add. > - IV gen (in ``rte_security_ipsec_sa_options``) > - SA lifetime configuration (in ``rte_security_ipsec_xform``) > > http://patches.dpdk.org/project/dpdk/patch/1626759974-334-2-git-send- > email-ano...@marvell.com/ > http://patches

Re: [dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-08-02 Thread Anoob Joseph
Hi Akhil, There are 2 more items that I would like to add. - IV gen (in ``rte_security_ipsec_sa_options``) - SA lifetime configuration (in ``rte_security_ipsec_xform``) http://patches.dpdk.org/project/dpdk/patch/1626759974-334-2-git-send-email-ano...@marvell.com/ http://patches.dpdk.org/project/d

Re: [dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-07-31 Thread Akhil Goyal
> Proposing following two new fields for IPsec inner checksum > configuration in the structure ``rte_security_ipsec_sa_options``. > uint32_t ip_csum_enable : 1; > uint32_t l4_csum_enable : 1; > > With these config options, per SA, application can specify if > the inner checksum(compute/verify) t

[dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-07-31 Thread Akhil Goyal
From: Archana Muniganti Propose new fields to support offloads like - IPsec inner checksum(L3/L4) - IPsec tunnel header verification - TSO - etc in the structure ``rte_security_ipsec_sa_options``. Signed-off-by: Archana Muniganti Signed-off-by: Tejasree Kondoj Acked-by: Akhil Goyal --- Propos

[dpdk-dev] [PATCH] doc: announce SA config option struct changes

2021-06-30 Thread Archana Muniganti
Proposing following two new fields for IPsec inner checksum configuration in the structure ``rte_security_ipsec_sa_options``. uint32_t ip_csum_enable : 1; uint32_t l4_csum_enable : 1; With these config options, per SA, application can specify if the inner checksum(compute/verify) to be offloaded t