[dpdk-dev] [PATCH 31/39] eventdev: add routine to access event queue for eth Tx

2019-06-03 Thread Anoob Joseph
When the application is drafted for single stage eventmode, it will be efficient to have the loop in the application space, rather than passing it on to the helper. When the application's stage is in ORDERED sched mode, the application will have to change the sched type of the event to ATOMIC befo

[dpdk-dev] [PATCH 31/39] eventdev: add routine to access event queue for eth Tx

2019-06-03 Thread Anoob Joseph
When the application is drafted for single stage eventmode, it will be efficient to have the loop in the application space, rather than passing it on to the helper. When the application's stage is in ORDERED sched mode, the application will have to change the sched type of the event to ATOMIC befo