Re: [dpdk-dev] [PATCH 1/2] security: add anti replay window size

2019-10-25 Thread Hemant Agrawal
Hi Konstantin, > -Original Message- > From: Ananyev, Konstantin > Sent: Friday, October 25, 2019 3:30 PM > To: Hemant Agrawal ; dev@dpdk.org; Akhil > Goyal ; Doherty, Declan > Subject: RE: [dpdk-dev] [PATCH 1/2] security: add anti replay window size > Importance

Re: [dpdk-dev] [PATCH 1/2] security: add anti replay window size

2019-10-25 Thread Ananyev, Konstantin
Hi Hemant, > > At present the ipsec xfrom is missing the important step > to configure the anti replay window size. > The newly added field will also help in to enable or disable > the anti replay checking, if available in offload by means > of non-zero or zero value. +1 for those changes. Thoug

[dpdk-dev] [PATCH 1/2] security: add anti replay window size

2019-10-24 Thread Hemant Agrawal
At present the ipsec xfrom is missing the important step to configure the anti replay window size. The newly added field will also help in to enable or disable the anti replay checking, if available in offload by means of non-zero or zero value. Currently similar field is available in rte_ipsec li