Re: [dpdk-dev] [PATCH 0/9] fix hotplug API

2017-07-11 Thread Gaëtan Rivet
On Tue, Jul 11, 2017 at 03:07:02PM -0400, Jan Blunck wrote: > On Tue, Jul 11, 2017 at 12:02 PM, Gaëtan Rivet wrote: > > On Sun, Jul 09, 2017 at 04:19:05PM +0200, Thomas Monjalon wrote: > >> 09/07/2017 12:38, Jan Blunck: > >> > On Sat, Jul 8, 2017 at 9:45 PM, Gaetan Rivet > >> > wrote: > >> > > S

Re: [dpdk-dev] [PATCH 0/9] fix hotplug API

2017-07-09 Thread Thomas Monjalon
09/07/2017 12:38, Jan Blunck: > On Sat, Jul 8, 2017 at 9:45 PM, Gaetan Rivet wrote: > > Sending those fixes as separate patches as they stand on their own. > > This series improves usability of the hotplug API and fixes a few issues > > with existing implementations. > > > > Interesting that you

Re: [dpdk-dev] [PATCH 0/9] fix hotplug API

2017-07-09 Thread Gaëtan Rivet
On Sun, Jul 09, 2017 at 06:38:52AM -0400, Jan Blunck wrote: > On Sat, Jul 8, 2017 at 9:45 PM, Gaetan Rivet wrote: > > Sending those fixes as separate patches as they stand on their own. > > This series improves usability of the hotplug API and fixes a few issues > > with existing implementations.

Re: [dpdk-dev] [PATCH 0/9] fix hotplug API

2017-07-09 Thread Jan Blunck
On Sat, Jul 8, 2017 at 9:45 PM, Gaetan Rivet wrote: > Sending those fixes as separate patches as they stand on their own. > This series improves usability of the hotplug API and fixes a few issues > with existing implementations. > Interesting that you send this series as fixes. From what I can t

[dpdk-dev] [PATCH 0/9] fix hotplug API

2017-07-08 Thread Gaetan Rivet
Sending those fixes as separate patches as they stand on their own. This series improves usability of the hotplug API and fixes a few issues with existing implementations. The hotplug API can be tested with the fail-safe PMD[1]. Its documentation describes how to declare slaves and how to use it.