Re: [dpdk-dev] [PATCH v4 1/3] evendev: fix inconsistency in event queue config

2017-10-26 Thread Thomas Monjalon
25/10/2017 16:21, Pavan Nikhilesh: > With the current scheme of event queue configuration the cfg schedule > type macros (RTE_EVENT_QUEUE_CFG_*_ONLY) are inconsistent with the > event schedule type (RTE_SCHED_TYPE_*) this requires unnecessary > conversion between the fastpath and slowpath API's whi

[dpdk-dev] [PATCH v4 1/3] evendev: fix inconsistency in event queue config

2017-10-25 Thread Pavan Nikhilesh
With the current scheme of event queue configuration the cfg schedule type macros (RTE_EVENT_QUEUE_CFG_*_ONLY) are inconsistent with the event schedule type (RTE_SCHED_TYPE_*) this requires unnecessary conversion between the fastpath and slowpath API's while scheduling events or configuring event q