net/i40e/base: fix bool definition
authorJingjing Wu <jingjing.wu@intel.com>
Mon, 18 Sep 2017 18:11:28 +0000 (02:11 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:48 +0000 (02:49 +0200)
commitc7755aef465f3d596d92b09b71f4c4b3e52027a9
treea31e1f280535dd122ff962effe035165a09e5875
parent6b30a6a8552abd848704126595001790898f49f7
net/i40e/base: fix bool definition

Use stdbool.h instead of defining the bool type, to make
sure the virtchnnl msg format definition is the same
between PF and VF.

Fixes: 4861cde46116 ("i40e: new poll mode driver")
Cc: stable@dpdk.org
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
drivers/net/i40e/base/i40e_osdep.h