Re: [dpdk-dev] [PATCH v2 4/8] eal: fix hotplug add / remove

2017-07-11 Thread Thomas Monjalon
11/07/2017 01:19, Gaetan Rivet: > New device should be represented by an rte_devargs prior to being > plugged. Why this assumption? Please start by stated the issue to solve. > Device parameters are available to rte_devices via their devargs field. > This field should be set up as soon as possibl

[dpdk-dev] [PATCH v2 4/8] eal: fix hotplug add / remove

2017-07-10 Thread Gaetan Rivet
New device should be represented by an rte_devargs prior to being plugged. Device parameters are available to rte_devices via their devargs field. This field should be set up as soon as possible, as central information are stored within, such as the device name which is used to search the newly sc