mlx4: fix build with mempool debug enabled
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 3 Mar 2015 14:29:25 +0000 (15:29 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Mar 2015 10:19:07 +0000 (11:19 +0100)
commit9d740b97f246e748f009daf9b5218cdd7555eb1f
tree3fa12507d6a4bc175b2539acc31d0391338c49d0
parent80edfef4a83664ed0c96b13a8c1917a2575d768d
mlx4: fix build with mempool debug enabled

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 <thomas.monjalon@6wind.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
lib/librte_pmd_mlx4/mlx4.c