Re: [dpdk-dev] [PATCH v5 04/12] net/failsafe: add fail-safe PMD

2017-06-28 Thread Thomas Monjalon
You need this patch for shared library build: --- a/drivers/net/failsafe/Makefile +++ b/drivers/net/failsafe/Makefile @@ -34,6 +34,10 @@ include $(RTE_SDK)/mk/rte.vars.mk # Library name LIB = librte_pmd_failsafe.a +EXPORT_MAP := rte_pmd_failsafe_version.map + +LIBABIVER := 1 + # Sources are s

[dpdk-dev] [PATCH v5 04/12] net/failsafe: add fail-safe PMD

2017-06-07 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