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

2017-10-25 Thread Van Haaren, Harry
> From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > Sent: Monday, October 23, 2017 6:41 PM > To: Van Haaren, Harry ; hemant.agra...@nxp.com; > jerin.ja...@caviumnetworks.com > Cc: dev@dpdk.org; Pavan Bhagavatula > Subject: [dpdk-dev] [PATCH v3 1/3] evendev: fi

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

2017-10-23 Thread Pavan Nikhilesh
From: Pavan Bhagavatula 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 eve