Re: [dpdk-dev] [PATCH v3 0/4] eventdev: add attribute based get APIs

2017-09-11 Thread Jerin Jacob
-Original Message- > Date: Fri, 8 Sep 2017 16:36:51 +0100 > From: Harry van Haaren > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, Harry van Haaren > > Subject: [PATCH v3 0/4] eventdev: add attribute based get APIs > X-Mailer: git-send-email 2.7.4 > > This patchset refactors th

[dpdk-dev] [PATCH v3 0/4] eventdev: add attribute based get APIs

2017-09-08 Thread Harry van Haaren
This patchset refactors the eventdev API to be more flexible and capable. In particular, the API is capable of returning an error value if an invalid device, port or attribute ID is passed in, which was not possible with the previous APIs. The implementation of this patchset is based on a v1 patch