Re: [dpdk-dev] [PATCH v2 1/6] security: add SA lifetime configuration

2021-09-16 Thread Anoob Joseph
Hi Konstantin, Please see inline. Thanks, Anoob > -Original Message- > From: Ananyev, Konstantin > Sent: Thursday, September 16, 2021 4:36 PM > To: Anoob Joseph ; Akhil Goyal > ; Doherty, Declan ; > Zhang, Roy Fan > Cc: Jerin Jacob Kollanukkaran ; Archana Muniganti > ; Tejasree Kondoj

Re: [dpdk-dev] [PATCH v2 1/6] security: add SA lifetime configuration

2021-09-16 Thread Ananyev, Konstantin
> Add SA lifetime configuration to register soft and hard expiry limits. > Expiry can be in units of number of packets or bytes. Crypto op > status is also updated to include new field, aux_flags, which can be > used to indicate cases such as soft expiry in case of lookaside > protocol operations

[dpdk-dev] [PATCH v2 1/6] security: add SA lifetime configuration

2021-09-07 Thread Anoob Joseph
Add SA lifetime configuration to register soft and hard expiry limits. Expiry can be in units of number of packets or bytes. Crypto op status is also updated to include new field, aux_flags, which can be used to indicate cases such as soft expiry in case of lookaside protocol operations. In case o