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

2017-09-21 Thread Jerin Jacob
-Original Message- > Date: Fri, 15 Sep 2017 06:14:26 + > From: Nipun Gupta > To: Harry van Haaren , "dev@dpdk.org" > > CC: "jerin.ja...@caviumnetworks.com" > Subject: RE: [dpdk-dev] [PATCH v4 0/4] eventdev: add attribute based get > APIs &g

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

2017-09-15 Thread Jerin Jacob
-Original Message- > Date: Thu, 14 Sep 2017 17:08:59 +0100 > From: Harry van Haaren > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, Harry van Haaren > > Subject: [PATCH v4 0/4] eventdev: add attribute based get APIs > X-Mailer: git-send-email 2.7.4 > > This patchset refactors t

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

2017-09-14 Thread Nipun Gupta
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Harry van Haaren > Sent: Thursday, September 14, 2017 21:39 > To: dev@dpdk.org > Cc: jerin.ja...@caviumnetworks.com; Harry van Haaren > > Subject: [dpdk-dev] [PATCH v4 0/4] eventdev: add att

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

2017-09-14 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