Re: [dpdk-dev] [PATCH v2 1/2] drivers: add octeontx crypto adapter framework
From: Akhil Goyal <hidden>
Date: 2021-07-06 20:15:02
From: Akhil Goyal <hidden>
Date: 2021-07-06 20:15:02
Set crypto adapter event device slow-path call backs. Signed-off-by: Shijith Thotton <sthotton@marvell.com> --- drivers/crypto/octeontx/meson.build | 1 + drivers/crypto/octeontx/otx_cryptodev.c | 4 ++ drivers/crypto/octeontx/otx_cryptodev.h | 4 -- .../crypto/octeontx/otx_cryptodev_hw_access.h | 1 + drivers/event/octeontx/meson.build | 1 + drivers/event/octeontx/ssovf_evdev.c | 67 +++++++++++++++++++ 6 files changed, 74 insertions(+), 4 deletions(-)
Acked-by: Akhil Goyal <redacted>