Re: [dpdk-dev] [PATCH v2 2/5] lib/security: add ESN soft limit in conf

2018-03-13 Thread Anoob Joseph
Hi Akhil, Will revise the patch with the mentioned change. Thanks, Anoob On 13/03/18 17:49, Akhil Goyal wrote: Hi Anoob, Just a minor comment. On 3/1/2018 2:51 PM, Anoob Joseph wrote: Adding ESN soft limit in conf. This will be used in case of protocol offload. Per SA, application could spec

Re: [dpdk-dev] [PATCH v2 2/5] lib/security: add ESN soft limit in conf

2018-03-13 Thread Akhil Goyal
Hi Anoob, Just a minor comment. On 3/1/2018 2:51 PM, Anoob Joseph wrote: Adding ESN soft limit in conf. This will be used in case of protocol offload. Per SA, application could specify for what ESN the security device need to notify application. In case of eth dev(inline protocol), rte_eth_event

[dpdk-dev] [PATCH v2 2/5] lib/security: add ESN soft limit in conf

2018-03-01 Thread Anoob Joseph
Adding ESN soft limit in conf. This will be used in case of protocol offload. Per SA, application could specify for what ESN the security device need to notify application. In case of eth dev(inline protocol), rte_eth_event framework would raise an IPsec event. Signed-off-by: Anoob Joseph --- v2: