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

Thomas Monjalon thomas at monjalon.net
Thu Jul 13 09:43:04 CEST 2017


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 assert.h includes).
Thanks


More information about the dev mailing list