This series introduces support for the crypto adapter in CN20K and incorporates sessionless asymmetric changes.
v2: - fix compilation failures v3: - add dependent patch Nithinsen Kaithakadan (2): crypto/cnxk: add crypto adapter for cn20k crypto/cnxk: add sessionless asym cn20k support doc/guides/cryptodevs/features/cn20k.ini | 1 + .../crypto/cnxk/cn20k_cryptodev_event_dp.h | 14 + drivers/crypto/cnxk/cn20k_cryptodev_ops.c | 675 +++++++++++++++++- drivers/crypto/cnxk/cn20k_cryptodev_ops.h | 4 + drivers/event/cnxk/cn20k_eventdev.c | 69 ++ drivers/event/cnxk/cn20k_worker.h | 7 +- 6 files changed, 754 insertions(+), 16 deletions(-) create mode 100644 drivers/crypto/cnxk/cn20k_cryptodev_event_dp.h -- 2.48.1