Re: [dpdk-dev] [PATCH v1 00/13] Implement new devargs framework

2018-08-30 Thread Stephen Hemminger
On Thu, 30 Aug 2018 15:41:51 +0200 Gaetan Rivet wrote: > Last release saw the introduction of the new devargs system. > To this end, the "class" abstraction was described as well > as a common API for querying and declaring devices. > > This patchset implements the "eth" device class and the > q

[dpdk-dev] [PATCH v1 00/13] Implement new devargs framework

2018-08-30 Thread Gaetan Rivet
Last release saw the introduction of the new devargs system. To this end, the "class" abstraction was described as well as a common API for querying and declaring devices. This patchset implements the "eth" device class and the query/declaration part of the framework for PCI and vdev buses, enabli