From: Harry van Haaren Date: Wed, 20 Sep 2017 13:36:01 +0000 (+0100) Subject: eventdev: add queue attribute function X-Git-Tag: spdx-start~1627 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=783bdfef7edb09b2791cf783542b862c7b675627;hp=783bdfef7edb09b2791cf783542b862c7b675627;p=dpdk.git eventdev: add queue attribute function 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 ---