eventdev: extend queue attribute get function
authorGage Eads <gage.eads@intel.com>
Wed, 20 Sep 2017 15:21:01 +0000 (10:21 -0500)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 10 Oct 2017 16:32:11 +0000 (18:32 +0200)
commit0a2ecfa00fdea8f11435731ff3a33c3c7798c6c2
treeb8fb33ee4675e34473ccd1c955017619d6802c6f
parent9b8e71fce5cd40144aced5c6d7bbfdf3b10bb653
eventdev: extend queue attribute get function

This commit adds three new queue attributes, so that the entire queue
configuration structure passed to rte_event_queue_setup can be queried.

Signed-off-by: Gage Eads <gage.eads@intel.com>
lib/librte_eventdev/rte_eventdev.c
lib/librte_eventdev/rte_eventdev.h
test/test/test_eventdev.c