eventdev: add crypto adapter implementation
authorAbhinandan Gujjar <abhinandan.gujjar@intel.com>
Wed, 9 May 2018 08:17:59 +0000 (13:47 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Thu, 10 May 2018 12:08:46 +0000 (14:08 +0200)
commit7901eac3409a0d74acb38087d929e4a0b0ffca6e
tree65e30ae560b7dfde20e6f48f0e249ae94031529d
parent9dc1bd7326324d29cf13d117836b5376a62814a4
eventdev: add crypto adapter implementation

This patch adds common code for the crypto adapter to support
SW and HW based transfer mechanisms. The adapter uses an EAL
service core function for SW based packet transfer and uses
the eventdev PMD functions to configure HW based packet
transfer between the crypto device and the event device.
This patch also adds adapter to the meson build system &
updates the necessary makefile & map file.

Signed-off-by: Abhinandan Gujjar <abhinandan.gujjar@intel.com>
Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Signed-off-by: Gage Eads <gage.eads@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
config/common_base
config/rte_config.h
lib/librte_eventdev/Makefile
lib/librte_eventdev/meson.build
lib/librte_eventdev/rte_event_crypto_adapter.c [new file with mode: 0644]
lib/librte_eventdev/rte_eventdev_version.map