Re: [dpdk-dev] [PATCH 0/3] deprecate attach and detach functions

2018-08-05 Thread Thomas Monjalon
01/08/2018 18:26, Stephen Hemminger: > On Wed, 11 Jul 2018 15:14:07 +0100 > Andrew Rybchenko wrote: > > > As discussed in [1] EAL hotplug should be used directly to add/remove > > devices. > > > > app/pdump changes are build-tested only. > > > > [1] http://mails.dpdk.org/archives/dev/2018-July

Re: [dpdk-dev] [PATCH 0/3] deprecate attach and detach functions

2018-08-01 Thread Stephen Hemminger
On Wed, 11 Jul 2018 15:14:07 +0100 Andrew Rybchenko wrote: > As discussed in [1] EAL hotplug should be used directly to add/remove devices. > > app/pdump changes are build-tested only. > > [1] http://mails.dpdk.org/archives/dev/2018-July/107507.html > > Andrew Rybchenko (3): > app/pdump: use

Re: [dpdk-dev] [PATCH 0/3] deprecate attach and detach functions

2018-07-26 Thread Thomas Monjalon
11/07/2018 16:14, Andrew Rybchenko: > As discussed in [1] EAL hotplug should be used directly to add/remove devices. > > app/pdump changes are build-tested only. > > [1] http://mails.dpdk.org/archives/dev/2018-July/107507.html > > Andrew Rybchenko (3): > app/pdump: use hotplug add instead of a

[dpdk-dev] [PATCH 0/3] deprecate attach and detach functions

2018-07-11 Thread Andrew Rybchenko
As discussed in [1] EAL hotplug should be used directly to add/remove devices. app/pdump changes are build-tested only. [1] http://mails.dpdk.org/archives/dev/2018-July/107507.html Andrew Rybchenko (3): app/pdump: use hotplug add instead of attach ethdev: deprecate attach and detach function