Re: [dpdk-dev] [PATCH v8 0/6] rte_bus parse API

2017-07-08 Thread Thomas Monjalon
> Gaetan Rivet (5): > bus: introduce parsing functionality > vdev: implement parse bus operation > pci: implement parse bus operation > bus: add helper to find a bus from a device name > devargs: parse bus info > > Thomas Monjalon (1): > bus: fix driver registration Series applied wit

[dpdk-dev] [PATCH v8 0/6] rte_bus parse API

2017-07-06 Thread Gaetan Rivet
Following the evolutions announced in [1], here is the first part of the rte_devargs rework planned for 17.08. The rationale has been partially explained in [2]. This first part covers the introduction of the necessary facilities in rte_bus to allow for generic device parsing. This API is implemen