On 1/10/2020 8:51 PM, Dharmik Thakkar wrote:
> Replace 'typedef int bool' with 'stdbool.h'
> Thus, avoid future compilation problems when 'stdbool.h'
> gets included in these files.
> 
> ---
> v3:
> - Rebase on dpdk-next-net
> - Fix build issue in net/ixgbe
> ---
> v2:
> - Remove 'typedef int bool' from other drivers
> ---
> 
> Dharmik Thakkar (7):
>   net/ixgbe: avoid multpile definitions of 'bool'
>   net/cxgbe: remove 'typedef int bool'
>   net/vmxnet3: remove 'typedef int bool'
>   net/bnx2x: remove 'typedef int bool'
>   net/e1000: remove 'typedef int bool'
>   net/fm10k: remove 'typedef int bool'
>   net/qede: remove 'typedef int bool'

For series,
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>

Series applied to dpdk-next-net/master, thanks.

Reply via email to