Re: [dpdk-dev] [PATCH v6 0/5] eal: simplify devargs and hotplug functions

2018-10-11 Thread Thomas Monjalon
08/10/2018 23:45, Stephen Hemminger: > On Sun, 7 Oct 2018 11:32:39 +0200 > Thomas Monjalon wrote: > > > This is a follow-up of an idea presented at Dublin > > during the "hotplug talk". > > > > Instead of changing the existing hotplug functions, as in the RFC, > > some new experimental function

Re: [dpdk-dev] [PATCH v6 0/5] eal: simplify devargs and hotplug functions

2018-10-08 Thread Stephen Hemminger
On Sun, 7 Oct 2018 11:32:39 +0200 Thomas Monjalon wrote: > This is a follow-up of an idea presented at Dublin > during the "hotplug talk". > > Instead of changing the existing hotplug functions, as in the RFC, > some new experimental functions are added. > The old functions lose their experimen

[dpdk-dev] [PATCH v6 0/5] eal: simplify devargs and hotplug functions

2018-10-07 Thread Thomas Monjalon
This is a follow-up of an idea presented at Dublin during the "hotplug talk". Instead of changing the existing hotplug functions, as in the RFC, some new experimental functions are added. The old functions lose their experimental status in order to provide a non-experimental replacement for deprec