[dpdk-dev] [v3, 2/5] eventdev: add APIs and PMD callbacks for crypto adapter

Akhil Goyal akhil.goyal at nxp.com
Mon May 7 17:28:37 CEST 2018


On 5/6/2018 12:17 AM, Abhinandan Gujjar wrote:
> Signed-off-by: Abhinandan Gujjar <abhinandan.gujjar at intel.com>
> ---
>  drivers/event/sw/sw_evdev.c            |  13 +++
>  lib/librte_eventdev/rte_eventdev.c     |  25 +++++
>  lib/librte_eventdev/rte_eventdev.h     |  54 ++++++++++
>  lib/librte_eventdev/rte_eventdev_pmd.h | 187 +++++++++++++++++++++++++++++++++
>  4 files changed, 279 insertions(+)
>
...
> +
> +#define RTE_EVENT_CRYPTO_ADAPTER_CAP_INTERNAL_PORT_OP_FWD   0x2
> +/**< Flag indicates HW is capable of generating events in
> + * RTE_EVENT_OP_FWD enqueue operation. Cryptodev will send
The name is RTE_EVENT_OP_FORWARD




More information about the dev mailing list