Re: [dpdk-dev] [PATCH v3 1/4] eventdev: add port attribute function

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

[dpdk-dev] [PATCH v3 1/4] eventdev: add port attribute function

2017-09-08 Thread Harry van Haaren
This commit reworks the port functions to retrieve information about the port, like the enq or deq depths. Note that "port count" is a device attribute, and is added in a later patch for dev attributes. Signed-off-by: Harry van Haaren --- lib/librte_eventdev/rte_eventdev.c | 33 +++