Re: [dpdk-dev] [RFC 06/15] eventdev: use new API for inline functions

2021-08-30 Thread David Marchand
Hello Pavan, On Mon, Aug 23, 2021 at 9:41 PM wrote: > > From: Pavan Nikhilesh > > Use new driver interface for the fastpath enqueue/dequeue inline > functions. > > Signed-off-by: Pavan Nikhilesh > --- > lib/eventdev/rte_event_crypto_adapter.h | 13 +- > lib/eventdev/rte_event_eth_tx_adapte

Re: [dpdk-dev] [RFC 06/15] eventdev: use new API for inline functions

2021-08-30 Thread Jayatheerthan, Jay
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Tuesday, August 24, 2021 1:10 AM > To: jer...@marvell.com; Gujjar, Abhinandan S ; > Jayatheerthan, Jay > Cc: Ananyev, Konstantin ; dev@dpdk.org; Pavan > Nikhilesh > Subject: [dpdk-dev] [RFC 06/15] e

[dpdk-dev] [RFC 06/15] eventdev: use new API for inline functions

2021-08-23 Thread pbhagavatula
From: Pavan Nikhilesh Use new driver interface for the fastpath enqueue/dequeue inline functions. Signed-off-by: Pavan Nikhilesh --- lib/eventdev/rte_event_crypto_adapter.h | 13 +- lib/eventdev/rte_event_eth_tx_adapter.h | 22 ++--- lib/eventdev/rte_eventdev.h | 61 +++