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

