-----Original Message----- From: Dybkowski, AdamX <[email protected]> Sent: piÄ…tek, 14 sierpnia 2020 12:00 To: [email protected]; Trahe, Fiona <[email protected]>; [email protected] Cc: Dybkowski, AdamX <[email protected]>; Kusztal, ArkadiuszX <[email protected]> Subject: [PATCH] cryptodev: revert ABI compatibility for ChaCha20-Poly1305 This reverts commit a0f0de06d457753c94688d551a6e8659b4d4e041 as the rte_cryptodev_info_get function versioning was a temporary solution to maintain ABI compatibility for ChaCha20-Poly1305 and is not needed in 20.11. Fixes: a0f0de06d457 ("cryptodev: fix ABI compatibility for ChaCha20-Poly1305") Signed-off-by: Adam Dybkowski <[email protected]> Reviewed-by: Arek Kusztal <[email protected]> --- lib/librte_cryptodev/meson.build | 1 - lib/librte_cryptodev/rte_cryptodev.c | 147 +----------------- lib/librte_cryptodev/rte_cryptodev.h | 34 +--- .../rte_cryptodev_version.map | 6 - 4 files changed, 6 insertions(+), 182 deletions(-) Acked-by: Arek Kusztal <[email protected]>

