Re: [dpdk-dev] [PATCH] cryptodev: revert support for 20.0 node

2020-10-15 Thread Kinsella, Ray
It is 100% ... my mistake, I was checking for ABI snafus. Ray K On 15/10/2020 11:08, David Marchand wrote: > On Thu, Oct 15, 2020 at 11:59 AM Ray Kinsella wrote: >> >> Function versioning to preserve the ABI was added to crytodev in >> commit a0f0de06d457 ("cryptodev: fix ABI compatibility for >

Re: [dpdk-dev] [PATCH] cryptodev: revert support for 20.0 node

2020-10-15 Thread David Marchand
On Thu, Oct 15, 2020 at 11:59 AM Ray Kinsella wrote: > > Function versioning to preserve the ABI was added to crytodev in > commit a0f0de06d457 ("cryptodev: fix ABI compatibility for > ChaCha20-Poly1305"). This is no longer required in the DPDK_21 > version node. Is it a duplicate for [1]? 1:

[dpdk-dev] [PATCH] cryptodev: revert support for 20.0 node

2020-10-15 Thread Ray Kinsella
Function versioning to preserve the ABI was added to crytodev in commit a0f0de06d457 ("cryptodev: fix ABI compatibility for ChaCha20-Poly1305"). This is no longer required in the DPDK_21 version node. Fixes: b922dbd38ced ("cryptodev: add ChaCha20-Poly1305 AEAD algorithm") Signed-off-by: Ray Kins