Re: [dpdk-dev] [PATCH] doc: announce crypto op struct changes

2021-08-04 Thread Thomas Monjalon
02/08/2021 14:36, Akhil Goyal: > > One reserved byte in rte_crypto_op struct would be used to indicate > > warnings and other information from the crypto/security operation. This > > field will be used to communicate events such as soft expiry with IPsec > > in lookaside mode. > > > > Signed-off-b

Re: [dpdk-dev] [PATCH] doc: announce crypto op struct changes

2021-08-02 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH] doc: announce crypto op struct changes

2021-08-02 Thread Ananyev, Konstantin
> One reserved byte in rte_crypto_op struct would be used to indicate > warnings and other information from the crypto/security operation. This > field will be used to communicate events such as soft expiry with IPsec > in lookaside mode. > > Signed-off-by: Anoob Joseph > --- > doc/guides/rel_

Re: [dpdk-dev] [PATCH] doc: announce crypto op struct changes

2021-08-02 Thread Akhil Goyal
> One reserved byte in rte_crypto_op struct would be used to indicate > warnings and other information from the crypto/security operation. This > field will be used to communicate events such as soft expiry with IPsec > in lookaside mode. > > Signed-off-by: Anoob Joseph > --- Acked-by: Akhil Goya

[dpdk-dev] [PATCH] doc: announce crypto op struct changes

2021-08-02 Thread Anoob Joseph
One reserved byte in rte_crypto_op struct would be used to indicate warnings and other information from the crypto/security operation. This field will be used to communicate events such as soft expiry with IPsec in lookaside mode. Signed-off-by: Anoob Joseph --- doc/guides/rel_notes/deprecation.