RE: [PATCH] crypto/cnxk: predecrement esn value to be used in session

2022-06-28 Thread Akhil Goyal
> ESN provided in the session would be the next sequence number to be > used. Hence predecrement the value, so that in datapath, incremented > value will be as expected. > > Signed-off-by: Anoob Joseph Applied to dpdk-next-crypto Thanks.

[PATCH] crypto/cnxk: predecrement esn value to be used in session

2022-06-27 Thread Anoob Joseph
ESN provided in the session would be the next sequence number to be used. Hence predecrement the value, so that in datapath, incremented value will be as expected. Signed-off-by: Anoob Joseph --- drivers/crypto/cnxk/cn9k_ipsec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git