Re: [dpdk-dev] [PATCH v2 1/7] net/ixgbe: avoid multpile definitions of 'bool'

2020-01-10 Thread Dharmik Thakkar
Hi Ferruh, Thank you for the comments! I have rebased the patches on dpdk-next-net and fixed the issue. I have put out the patch. > On Jan 10, 2020, at 3:22 AM, Ferruh Yigit wrote: > > On 1/2/2020 5:48 PM, Dharmik Thakkar wrote: >> Compilation issue arises due to multiple definitions of 'bool'

Re: [dpdk-dev] [PATCH v2 1/7] net/ixgbe: avoid multpile definitions of 'bool'

2020-01-10 Thread Ferruh Yigit
On 1/2/2020 5:48 PM, Dharmik Thakkar wrote: > Compilation issue arises due to multiple definitions of 'bool' > in 'ixgbe_ethdev.h'. > > Error: > '/dpdk/drivers/net/ixgbe/ixgbe_ethdev.c: In function > ‘ixgbe_dev_setup_link_alarm_handler’: > /dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:4075:43: > error: p

[dpdk-dev] [PATCH v2 1/7] net/ixgbe: avoid multpile definitions of 'bool'

2020-01-02 Thread Dharmik Thakkar
Compilation issue arises due to multiple definitions of 'bool' in 'ixgbe_ethdev.h'. Error: '/dpdk/drivers/net/ixgbe/ixgbe_ethdev.c: In function ‘ixgbe_dev_setup_link_alarm_handler’: /dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:4075:43: error: passing argument 3 of ‘ixgbe_get_link_capabilities’ from inco