Re: [dpdk-dev] [PATCH] doc: announce IPsec xform struct changes

2021-08-07 Thread Thomas Monjalon
> > > > IPsec xform struct would be updated to include IPsec SA lifetime > > > > configuration. The existing member 'esn_soft_limit' would only track > > > > ESN. And as sequence number control is getting introduced, > > > > 'esn_soft_limit' may not indicate the number of packets processed. > > > >

Re: [dpdk-dev] [PATCH] doc: announce IPsec xform struct changes

2021-08-07 Thread Jerin Jacob
On Wed, Aug 4, 2021 at 11:05 PM Ananyev, Konstantin wrote: > > > > > > IPsec xform struct would be updated to include IPsec SA lifetime > > > configuration. The existing member 'esn_soft_limit' would only track > > > ESN. And as sequence number control is getting introduced, > > > 'esn_soft_limit'

Re: [dpdk-dev] [PATCH] doc: announce IPsec xform struct changes

2021-08-04 Thread Ananyev, Konstantin
> > IPsec xform struct would be updated to include IPsec SA lifetime > > configuration. The existing member 'esn_soft_limit' would only track > > ESN. And as sequence number control is getting introduced, > > 'esn_soft_limit' may not indicate the number of packets processed. > > Replace that wit

Re: [dpdk-dev] [PATCH] doc: announce IPsec xform struct changes

2021-08-04 Thread Akhil Goyal
> IPsec xform struct would be updated to include IPsec SA lifetime > configuration. The existing member 'esn_soft_limit' would only track > ESN. And as sequence number control is getting introduced, > 'esn_soft_limit' may not indicate the number of packets processed. > Replace that with a new struc

[dpdk-dev] [PATCH] doc: announce IPsec xform struct changes

2021-08-02 Thread Anoob Joseph
IPsec xform struct would be updated to include IPsec SA lifetime configuration. The existing member 'esn_soft_limit' would only track ESN. And as sequence number control is getting introduced, 'esn_soft_limit' may not indicate the number of packets processed. Replace that with a new structure to co