Re: [dpdk-dev] [PATCH v3 4/4] eal: simplify parameters of hotplug functions

2018-10-01 Thread Thomas Monjalon
01/10/2018 13:26, Andrew Rybchenko: > On 9/28/18 7:21 PM, Thomas Monjalon wrote: > > All information about a device to probe can be grouped > > in a common string, which is what we usually call devargs. > > An application should not have to parse this string before > > calling the EAL probe functio

Re: [dpdk-dev] [PATCH v3 4/4] eal: simplify parameters of hotplug functions

2018-10-01 Thread Andrew Rybchenko
On 9/28/18 7:21 PM, Thomas Monjalon wrote: All information about a device to probe can be grouped in a common string, which is what we usually call devargs. An application should not have to parse this string before calling the EAL probe function. And the syntax could evolve to be more complex an

[dpdk-dev] [PATCH v3 4/4] eal: simplify parameters of hotplug functions

2018-09-28 Thread Thomas Monjalon
All information about a device to probe can be grouped in a common string, which is what we usually call devargs. An application should not have to parse this string before calling the EAL probe function. And the syntax could evolve to be more complex and support matching multiple devices in one st