Re: [dpdk-dev] [PATCH v6 2/3] ipsec: remove redundant replay_win_sz

2019-11-06 Thread Akhil Goyal
> > > > > The rte_security lib has introduced replay_win_sz, > > > > so it can be removed from the rte_ipsec lib. > > > > > > > > The relaved tests,app are also update to reflect > > > > the usages. > > > > > > > > Note that esn and anti-replay fileds were earlier used > > > > only for ipsec lib

Re: [dpdk-dev] [PATCH v6 2/3] ipsec: remove redundant replay_win_sz

2019-11-06 Thread Ananyev, Konstantin
> > > The rte_security lib has introduced replay_win_sz, > > > so it can be removed from the rte_ipsec lib. > > > > > > The relaved tests,app are also update to reflect > > > the usages. > > > > > > Note that esn and anti-replay fileds were earlier used > > > only for ipsec library, they were en

Re: [dpdk-dev] [PATCH v6 2/3] ipsec: remove redundant replay_win_sz

2019-11-06 Thread Akhil Goyal
Hi Konstantin, > > Hi guys, > > > The rte_security lib has introduced replay_win_sz, > > so it can be removed from the rte_ipsec lib. > > > > The relaved tests,app are also update to reflect > > the usages. > > > > Note that esn and anti-replay fileds were earlier used > > only for ipsec library

Re: [dpdk-dev] [PATCH v6 2/3] ipsec: remove redundant replay_win_sz

2019-11-06 Thread Ananyev, Konstantin
Hi guys, > The rte_security lib has introduced replay_win_sz, > so it can be removed from the rte_ipsec lib. > > The relaved tests,app are also update to reflect > the usages. > > Note that esn and anti-replay fileds were earlier used > only for ipsec library, they were enabling the libipsec >

Re: [dpdk-dev] [PATCH v6 2/3] ipsec: remove redundant replay_win_sz

2019-11-05 Thread Akhil Goyal
Hi Konstantin, I had requested some changes in v5 which are there in this patch. Could you please review this again? I plan to merge it today. Thanks, Akhil > The rte_security lib has introduced replay_win_sz, > so it can be removed from the rte_ipsec lib. > > The relaved tests,app are also upd

[dpdk-dev] [PATCH v6 2/3] ipsec: remove redundant replay_win_sz

2019-11-05 Thread Hemant Agrawal
The rte_security lib has introduced replay_win_sz, so it can be removed from the rte_ipsec lib. The relaved tests,app are also update to reflect the usages. Note that esn and anti-replay fileds were earlier used only for ipsec library, they were enabling the libipsec by default. With this change