Re: [dpdk-dev] [PATCH v10 06/27] eal: introduce device class abstraction

2018-07-11 Thread Thomas Monjalon
05/07/2018 13:48, Gaetan Rivet: > +/** > + * @file > + * > + * DPDK device class interface. > + * > + * This file exposes API and interfaces of device classes. What is the difference between "API" and "interfaces"? I think you need to explain what is a device class. You can mention examples ethdev

[dpdk-dev] [PATCH v10 06/27] eal: introduce device class abstraction

2018-07-05 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/common/incl