[dpdk-dev] [PATCH v9 03/11] net/failsafe: add fail-safe PMD

2017-07-11 Thread Gaetan Rivet
Introduce the fail-safe poll mode driver initialization and enable its build infrastructure. This PMD allows for applications to benefit from true hot-plugging support without having to implement it. It intercepts and manages Ethernet device removal events issued by slave PMDs and re-initializes

Re: [dpdk-dev] [PATCH v9 03/11] net/failsafe: add fail-safe PMD

2017-07-13 Thread Thomas Monjalon
12/07/2017 01:26, Gaetan Rivet: > Introduce the fail-safe poll mode driver initialization and enable its > build infrastructure. There are some assert() in this code. It does not compile: fatal error: use of GNU statement expression extension Please replace them with RTE_ASSERT (and remove