Re: [dpdk-dev] [PATCH v2 1/5] ethdev: introduce device removal event

2017-05-02 Thread Gaëtan Rivet
On Tue, May 02, 2017 at 11:18:06AM +0200, Thomas Monjalon wrote: 02/05/2017 09:35, Jan Blunck: Am 25.04.2017 11:06 schrieb "Gaëtan Rivet" : Hi Ferruh, On Fri, Apr 21, 2017 at 03:59:24PM +0100, Ferruh Yigit wrote: > On 4/18/2017 1:17 PM, Gaetan Rivet wrote: > >> This new API allows reacting t

Re: [dpdk-dev] [PATCH v2 1/5] ethdev: introduce device removal event

2017-05-02 Thread Thomas Monjalon
02/05/2017 09:35, Jan Blunck: > Am 25.04.2017 11:06 schrieb "Gaëtan Rivet" : > > Hi Ferruh, > > > On Fri, Apr 21, 2017 at 03:59:24PM +0100, Ferruh Yigit wrote: > > > On 4/18/2017 1:17 PM, Gaetan Rivet wrote: > > > >> This new API allows reacting to a device removal. > >> A device removal is the

Re: [dpdk-dev] [PATCH v2 1/5] ethdev: introduce device removal event

2017-05-02 Thread Jan Blunck
Am 25.04.2017 11:06 schrieb "Gaëtan Rivet" : Hi Ferruh, On Fri, Apr 21, 2017 at 03:59:24PM +0100, Ferruh Yigit wrote: > On 4/18/2017 1:17 PM, Gaetan Rivet wrote: > >> This new API allows reacting to a device removal. >> A device removal is the sudden disappearance of a device from its >> bus. >

Re: [dpdk-dev] [PATCH v2 1/5] ethdev: introduce device removal event

2017-04-25 Thread Gaëtan Rivet
Hi Ferruh, On Fri, Apr 21, 2017 at 03:59:24PM +0100, Ferruh Yigit wrote: On 4/18/2017 1:17 PM, Gaetan Rivet wrote: This new API allows reacting to a device removal. A device removal is the sudden disappearance of a device from its bus. PMDs implementing support for this notification guarantee

Re: [dpdk-dev] [PATCH v2 1/5] ethdev: introduce device removal event

2017-04-21 Thread Ferruh Yigit
On 4/18/2017 1:17 PM, Gaetan Rivet wrote: > This new API allows reacting to a device removal. > A device removal is the sudden disappearance of a device from its > bus. > > PMDs implementing support for this notification guarantee that the removal > of the underlying device does not incur a risk t

[dpdk-dev] [PATCH v2 1/5] ethdev: introduce device removal event

2017-04-18 Thread Gaetan Rivet
This new API allows reacting to a device removal. A device removal is the sudden disappearance of a device from its bus. PMDs implementing support for this notification guarantee that the removal of the underlying device does not incur a risk to the application. In particular, Rx/Tx bursts and al