Re: [dpdk-dev] [PATCH] crypto/octeontx2: add lookaside IPsec IPv6 support

2020-10-08 Thread Akhil Goyal
> Adding IPv6 tunnel mode support in lookaside IPsec PMD. > > Signed-off-by: Tejasree Kondoj > --- I believe this should be highlighted in release notes. Could you please send an update?

Re: [dpdk-dev] [PATCH] crypto/octeontx2: add lookaside IPsec IPv6 support

2020-09-22 Thread Anoob Joseph
> > Adding IPv6 tunnel mode support in lookaside IPsec PMD. > > Signed-off-by: Tejasree Kondoj > --- > drivers/crypto/octeontx2/otx2_cryptodev.h | 2 +- > drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 13 +++-- > drivers/crypto/octeontx2/otx2_cryptodev_sec.c | 28 ++- >

[dpdk-dev] [PATCH] crypto/octeontx2: add lookaside IPsec IPv6 support

2020-09-04 Thread Tejasree Kondoj
Adding IPv6 tunnel mode support in lookaside IPsec PMD. Signed-off-by: Tejasree Kondoj --- drivers/crypto/octeontx2/otx2_cryptodev.h | 2 +- drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 13 +++-- drivers/crypto/octeontx2/otx2_cryptodev_sec.c | 28 ++- drivers/crypto/o