Re: [dpdk-dev] [PATCH v4 07/13] app/eventdev: add Tx service setup

2018-01-16 Thread Van Haaren, Harry
> Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v4 07/13] app/eventdev: add Tx service setup > > Setup one port event port for Tx and link the respective event queue. > Register the Tx function as a service to be called from a service core. > The Tx function dequeues

[dpdk-dev] [PATCH v4 07/13] app/eventdev: add Tx service setup

2018-01-12 Thread Pavan Nikhilesh
Setup one port event port for Tx and link the respective event queue. Register the Tx function as a service to be called from a service core. The Tx function dequeues the events from the event queue and transmits the packet to its respective ethernet port. Signed-off-by: Pavan Nikhilesh --- app/