eventdev: extend port attribute get function
authorGage Eads <gage.eads@intel.com>
Wed, 20 Sep 2017 15:21:02 +0000 (10:21 -0500)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 10 Oct 2017 16:32:24 +0000 (18:32 +0200)
commitbe1bf6077ec9580e460d5558b56008845f1195b2
tree0cb41043f40531cc14579e7fb5b9af730ed64fcd
parent0a2ecfa00fdea8f11435731ff3a33c3c7798c6c2
eventdev: extend port attribute get function

This commit adds the new_event_threshold port attribute, so the entire port
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