[dpdk-dev] [PATCH 07/13] devargs: add busname string field

2017-07-11 Thread Jan Blunck
This adds the busname as a string to struct rte_devargs. The function rte_eal_devargs_add() is adding the busname based on the devtype which is ok for now since the function is deprecated anyway. As a side-effect this is also no longer validating the PCI device name. This was done only for PCI dev

Re: [dpdk-dev] [PATCH 07/13] devargs: add busname string field

2017-07-13 Thread Gaƫtan Rivet
On Tue, Jul 11, 2017 at 07:25:06PM -0400, Jan Blunck wrote: > This adds the busname as a string to struct rte_devargs. The function > rte_eal_devargs_add() is adding the busname based on the devtype which > is ok for now since the function is deprecated anyway. > > As a side-effect this is also no