[dpdk-dev] [PATCH 5/7] mlx4: fix build with mempool debug enabled

2015-03-03 Thread Adrien Mazarguil
On Tue, Mar 03, 2015 at 04:23:48PM +0100, Thomas Monjalon wrote: > The mempool header forces error on -Wcast-qual and makes verbs.h failing. > Let's include verbs before as a system header. > > Fixes: 7fae69eeff13 ("mlx4: new poll mode driver") > > Signed-off-by: Thomas Monjalon > --- >

[dpdk-dev] [PATCH 5/7] mlx4: fix build with mempool debug enabled

2015-03-03 Thread Thomas Monjalon
The mempool header forces error on -Wcast-qual and makes verbs.h failing. Let's include verbs before as a system header. Fixes: 7fae69eeff13 ("mlx4: new poll mode driver") Signed-off-by: Thomas Monjalon --- lib/librte_pmd_mlx4/mlx4.c | 22 ++ 1 file changed, 10