Re: [dpdk-dev] [PATCH v11 00/11] introduce fail-safe PMD

2017-08-03 Thread Ferruh Yigit
On 8/3/2017 2:49 PM, Gaëtan Rivet wrote: > On Thu, Aug 03, 2017 at 02:00:15PM +0100, Ferruh Yigit wrote: >> On 7/18/2017 5:08 PM, Ferruh Yigit wrote: >>> On 7/18/2017 1:48 PM, Gaetan Rivet wrote: This PMD intercepts and manages Ethernet device removal events issued by slave PMDs and re-in

Re: [dpdk-dev] [PATCH v11 00/11] introduce fail-safe PMD

2017-08-03 Thread Gaëtan Rivet
On Thu, Aug 03, 2017 at 02:00:15PM +0100, Ferruh Yigit wrote: > On 7/18/2017 5:08 PM, Ferruh Yigit wrote: > > On 7/18/2017 1:48 PM, Gaetan Rivet wrote: > >> This PMD intercepts and manages Ethernet device removal events issued by > >> slave PMDs and re-initializes them transparently when brought ba

Re: [dpdk-dev] [PATCH v11 00/11] introduce fail-safe PMD

2017-08-03 Thread Ferruh Yigit
On 7/18/2017 5:08 PM, Ferruh Yigit wrote: > On 7/18/2017 1:48 PM, Gaetan Rivet wrote: >> This PMD intercepts and manages Ethernet device removal events issued by >> slave PMDs and re-initializes them transparently when brought back so that >> existing applications do not need to be modified to bene

Re: [dpdk-dev] [PATCH v11 00/11] introduce fail-safe PMD

2017-07-18 Thread Ferruh Yigit
On 7/18/2017 1:48 PM, Gaetan Rivet wrote: > This PMD intercepts and manages Ethernet device removal events issued by > slave PMDs and re-initializes them transparently when brought back so that > existing applications do not need to be modified to benefit from true > hot-plugging support. > > The

[dpdk-dev] [PATCH v11 00/11] introduce fail-safe PMD

2017-07-18 Thread Gaetan Rivet
This PMD intercepts and manages Ethernet device removal events issued by slave PMDs and re-initializes them transparently when brought back so that existing applications do not need to be modified to benefit from true hot-plugging support. The stacked PMD approach shares many similarities with the