Re: [dpdk-dev] [PATCH] common/mlx5: redefine Netlink include

2020-02-04 Thread Stephen Hemminger
On Sun, 2 Feb 2020 15:59:13 + Matan Azrad wrote: > The new RDMA-CORE versions may have the same sub-path to include the > linux Netlink header file. > > It uses the pre-proccessor command #include_next what breaks the PMD gcc > compilation of common/mlx5_netlink.h file in debug mode. > > U

Re: [dpdk-dev] [PATCH] common/mlx5: redefine Netlink include

2020-02-03 Thread Matan Azrad
Hi From: Ferruh Yigit > On 2/3/2020 3:02 PM, Matan Azrad wrote: > > > > > > From: Ferruh Yigit > >> On 2/2/2020 3:59 PM, Matan Azrad wrote: > >>> The new RDMA-CORE versions may have the same sub-path to include > the > >>> linux Netlink header file. > >>> > >>> It uses the pre-proccessor command

Re: [dpdk-dev] [PATCH] common/mlx5: redefine Netlink include

2020-02-03 Thread Ferruh Yigit
On 2/3/2020 3:02 PM, Matan Azrad wrote: > > > From: Ferruh Yigit >> On 2/2/2020 3:59 PM, Matan Azrad wrote: >>> The new RDMA-CORE versions may have the same sub-path to include the >>> linux Netlink header file. >>> >>> It uses the pre-proccessor command #include_next what breaks the PMD >>> gcc

Re: [dpdk-dev] [PATCH] common/mlx5: redefine Netlink include

2020-02-03 Thread Matan Azrad
From: Ferruh Yigit > On 2/2/2020 3:59 PM, Matan Azrad wrote: > > The new RDMA-CORE versions may have the same sub-path to include the > > linux Netlink header file. > > > > It uses the pre-proccessor command #include_next what breaks the PMD > > gcc compilation of common/mlx5_netlink.h file in de

Re: [dpdk-dev] [PATCH] common/mlx5: redefine Netlink include

2020-02-03 Thread Ferruh Yigit
On 2/2/2020 3:59 PM, Matan Azrad wrote: > The new RDMA-CORE versions may have the same sub-path to include the > linux Netlink header file. > > It uses the pre-proccessor command #include_next what breaks the PMD gcc > compilation of common/mlx5_netlink.h file in debug mode. > > Use specific incl

Re: [dpdk-dev] [PATCH] common/mlx5: redefine Netlink include

2020-02-03 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Sunday, February 2, 2020 5:59 PM > To: Slava Ovsiienko > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] common/mlx5: redefine Netlink include > > The new RDMA-CORE versions may have the same

Re: [dpdk-dev] [PATCH] common/mlx5: redefine Netlink include

2020-02-03 Thread Slava Ovsiienko
> -Original Message- > From: Matan Azrad > Sent: Sunday, February 2, 2020 17:59 > To: Slava Ovsiienko > Cc: dev@dpdk.org > Subject: [PATCH] common/mlx5: redefine Netlink include > > The new RDMA-CORE versions may have the same sub-path to include the > linux Netlink header file. > > It

[dpdk-dev] [PATCH] common/mlx5: redefine Netlink include

2020-02-02 Thread Matan Azrad
The new RDMA-CORE versions may have the same sub-path to include the linux Netlink header file. It uses the pre-proccessor command #include_next what breaks the PMD gcc compilation of common/mlx5_netlink.h file in debug mode. Use specific include for linux/netlink.h to be taken from /usr/include/