event/octeontx2: add crypto adapter framework
authorAnkur Dwivedi <adwivedi@marvell.com>
Thu, 8 Oct 2020 10:34:34 +0000 (16:04 +0530)
committerJerin Jacob <jerinj@marvell.com>
Thu, 15 Oct 2020 20:19:33 +0000 (22:19 +0200)
commit29768f78d5a7f0cf70b5f3007b9deaa361b17799
treee4afbc23ed7a8fd7fb9a4fb108da52ceb8a80cf8
parent97076737e2c0b51706f5db906c42d6518a9e0f83
event/octeontx2: add crypto adapter framework

The crypto adapter callback functions and associated data structures
are added.

Signed-off-by: Ankur Dwivedi <adwivedi@marvell.com>
Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
drivers/crypto/octeontx2/meson.build
drivers/crypto/octeontx2/otx2_cryptodev_hw_access.h
drivers/crypto/octeontx2/otx2_cryptodev_mbox.h
drivers/crypto/octeontx2/otx2_cryptodev_qp.h
drivers/crypto/octeontx2/rte_pmd_octeontx2_crypto_version.map
drivers/event/octeontx2/meson.build
drivers/event/octeontx2/otx2_evdev.c
drivers/event/octeontx2/otx2_evdev.h
drivers/event/octeontx2/otx2_evdev_crypto_adptr.c [new file with mode: 0644]