numam-dpdk/drivers/common/qat
Thomas Monjalon f5862ae99e cryptodev: revert Chacha20-Poly1305 AEAD algorithm
API makes think that rte_cryptodev_info_get() cannot return
a value >= 3 (RTE_CRYPTO_AEAD_LIST_END in 19.11).
20.02-rc1 was returning 3 (RTE_CRYPTO_AEAD_CHACHA20_POLY1305).
So the ABI compatibility contract was broken.

It could be solved with some function versioning,
but because a lack of time, the feature is reverted for now.

This reverts following commits:
- 6c9f3b347e ("cryptodev: add Chacha20-Poly1305 AEAD algorithm")
- 2c512e64d6 ("crypto/qat: support Chacha Poly")
- d55e01f579 ("test/crypto: add Chacha Poly cases")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2020-02-05 15:14:46 +01:00
..
qat_adf cryptodev: revert Chacha20-Poly1305 AEAD algorithm 2020-02-05 15:14:46 +01:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
qat_common.c crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
qat_common.h crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
qat_device.c crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
qat_device.h crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
qat_logs.c log: add log stream accessor 2019-10-27 10:41:08 +01:00
qat_logs.h log: add log stream accessor 2019-10-27 10:41:08 +01:00
qat_qp.c crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
qat_qp.h crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00