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

Thomas Monjalon thomas at monjalon.net
Tue Nov 5 19:14:34 CET 2019


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 error log.

> Fixes: 38dff79ba736 ("net/bnx2x: update HSI")
> 
> Signed-off-by: Rasesh Mody <rmody at marvell.com>
> Tested-by: Dharmik Thakkar <dharmik.thakkar at arm.com>
> Tested-by: Gavin Hu <gavin.hu at arm.com>
> ---
> +#ifdef __FreeBSD__

Please prefer RTE_EXEC_ENV_FREEBSD




More information about the dev mailing list