Re: [dpdk-dev] [PATCH] crypto/octeontx2: fix ESN seqhi

2021-10-31 Thread Akhil Goyal
> > Subject: [PATCH] crypto/octeontx2: fix ESN seqhi > > > > For current pkt, previous seqhi is used instead of its guessed seqhi. Fixed > > it. > > > > Fixes: 5be562bc5b78 ("crypto/octeontx2: support IPsec ESN and anti- > replay") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Archana Muniganti

Re: [dpdk-dev] [PATCH] crypto/octeontx2: fix ESN seqhi

2021-10-28 Thread Anoob Joseph
> Subject: [PATCH] crypto/octeontx2: fix ESN seqhi > > For current pkt, previous seqhi is used instead of its guessed seqhi. Fixed > it. > > Fixes: 5be562bc5b78 ("crypto/octeontx2: support IPsec ESN and anti-replay") > Cc: sta...@dpdk.org > > Signed-off-by: Archana Muniganti > --- > drivers/c

[dpdk-dev] [PATCH] crypto/octeontx2: fix ESN seqhi

2021-10-28 Thread Archana Muniganti
For current pkt, previous seqhi is used instead of its guessed seqhi. Fixed it. Fixes: 5be562bc5b78 ("crypto/octeontx2: support IPsec ESN and anti-replay") Cc: sta...@dpdk.org Signed-off-by: Archana Muniganti --- drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 16 1 file change