Re: [dpdk-dev] [PATCH v3 3/4] eventdev: add queue attribute function

2017-09-11 Thread Jerin Jacob
-Original Message- > Date: Fri, 8 Sep 2017 16:36:54 +0100 > From: Harry van Haaren > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, Harry van Haaren > > Subject: [PATCH v3 3/4] eventdev: add queue attribute function > X-Mailer: git-send-email 2.7.4 > > This commit adds a generic

[dpdk-dev] [PATCH v3 3/4] eventdev: add queue attribute function

2017-09-08 Thread Harry van Haaren
This commit adds a generic queue attribute function. It also removes the previous rte_event_queue_priority() and priority() functions, and updates the map files and unit tests to use the new attr functions. Signed-off-by: Harry van Haaren --- lib/librte_eventdev/rte_eventdev.c | 47 +++