> From: Eads, Gage > Sent: Wednesday, September 20, 2017 4:21 PM > To: [email protected] > Cc: [email protected]; Van Haaren, Harry > <[email protected]> > Subject: [PATCH 0/3] Extend port and queue attribute get functions > > This patchset makes the full queue and port configuration structures > accessible > through the attribute get functions, adds tests for the new attributes, and > fixes one bug in a port attribute get test. > > This patchset is based on patches 29019 through 29023. > > Gage Eads (3): > eventdev: extend queue attribute get function > eventdev: extend port attribute get function > test/eventdev: fix bug in port enqueue depth test > > lib/librte_eventdev/rte_eventdev.c | 125 ++++++++++++-------------- > lib/librte_eventdev/rte_eventdev.h | 26 ++++-- > test/test/test_eventdev.c | 179 > +++++++++++++++++++++++++++++++++++-- > 3 files changed, 245 insertions(+), 85 deletions(-)
Thanks - good to see the attrs API get more value! Series-Reviewed-by: Harry van Haaren <[email protected]>

