Re: [dpdk-dev] [PATCH v3 05/20] eal: introduce device class abstraction

2018-03-27 Thread Gaƫtan Rivet
On Tue, Mar 27, 2018 at 02:08:31PM +0530, Shreyansh Jain wrote: > On 3/27/2018 4:48 AM, Gaetan Rivet wrote: > > Signed-off-by: Gaetan Rivet > > --- > > lib/librte_eal/bsdapp/eal/Makefile | 1 + > > lib/librte_eal/common/Makefile | 2 +- > > lib/librte_eal/common/eal_com

Re: [dpdk-dev] [PATCH v3 05/20] eal: introduce device class abstraction

2018-03-27 Thread Shreyansh Jain
On 3/27/2018 4:48 AM, Gaetan Rivet wrote: Signed-off-by: Gaetan Rivet --- lib/librte_eal/bsdapp/eal/Makefile | 1 + lib/librte_eal/common/Makefile | 2 +- lib/librte_eal/common/eal_common_class.c | 62 +++ lib/librte_eal/common/include/rte_class.h | 1

[dpdk-dev] [PATCH v3 05/20] eal: introduce device class abstraction

2018-03-26 Thread Gaetan Rivet
Signed-off-by: Gaetan Rivet --- lib/librte_eal/bsdapp/eal/Makefile | 1 + lib/librte_eal/common/Makefile | 2 +- lib/librte_eal/common/eal_common_class.c | 62 +++ lib/librte_eal/common/include/rte_class.h | 121 + lib/librte_eal