Re: [dpdk-dev] [PATCH] net/bnx2x: fix meson build failure

2019-11-05 Thread Rasesh Mody
>From: Thomas Monjalon >Sent: Tuesday, November 05, 2019 10:15 AM > >01/11/2019 07:02, Rasesh Mody: >> Use kernel headers for __le* types to avoid potential conflicts >> resulting in redefinition errors during Linux builds. Add check for >> BSD builds. > >I don't see the error with my test builds.

Re: [dpdk-dev] [PATCH] net/bnx2x: fix meson build failure

2019-11-05 Thread Thomas Monjalon
01/11/2019 07:02, Rasesh Mody: > Use kernel headers for __le* types to avoid potential conflicts > resulting in redefinition errors during Linux builds. Add check > for BSD builds. I don't see the error with my test builds. Please could you describe a case where it happens? And please provide an e

[dpdk-dev] [PATCH] net/bnx2x: fix meson build failure

2019-10-31 Thread Rasesh Mody
Use kernel headers for __le* types to avoid potential conflicts resulting in redefinition errors during Linux builds. Add check for BSD builds. Fixes: 38dff79ba736 ("net/bnx2x: update HSI") Signed-off-by: Rasesh Mody Tested-by: Dharmik Thakkar Tested-by: Gavin Hu --- drivers/net/bnx2x/bnx2x_o