> > 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
On Thu, Aug 5, 2021 at 3:44 PM Hemant Agrawal wrote:
>
> Acked-by: Hemant Agrawal
Acked-by: Jerin Jacob
Acked-by: Hemant Agrawal
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
> 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-
> 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
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
> 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
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
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
10 matches
Mail list logo