[dpdk-dev] [PATCH 1/2] mlx: fix compilation with recent Glibc

2016-06-13 Thread Bruce Richardson
On Mon, Jun 13, 2016 at 01:53:28PM +0100, Bruce Richardson wrote: > On Fri, Jun 10, 2016 at 05:09:31PM +0200, Adrien Mazarguil wrote: > > Various BSD ioctl macros are not exposed anymore when _XOPEN_SOURCE is > > defined, and linux/if.h now conflicts with net/if.h. > > > > Suggested-by: Bruce Rich

[dpdk-dev] [PATCH 1/2] mlx: fix compilation with recent Glibc

2016-06-13 Thread Bruce Richardson
On Fri, Jun 10, 2016 at 05:09:31PM +0200, Adrien Mazarguil wrote: > Various BSD ioctl macros are not exposed anymore when _XOPEN_SOURCE is > defined, and linux/if.h now conflicts with net/if.h. > > Suggested-by: Bruce Richardson > Signed-off-by: Adrien Mazarguil Acked-by: Bruce Richardson

[dpdk-dev] [PATCH 1/2] mlx: fix compilation with recent Glibc

2016-06-10 Thread Adrien Mazarguil
Various BSD ioctl macros are not exposed anymore when _XOPEN_SOURCE is defined, and linux/if.h now conflicts with net/if.h. Suggested-by: Bruce Richardson Signed-off-by: Adrien Mazarguil --- drivers/net/mlx4/Makefile | 1 + drivers/net/mlx4/mlx4.c| 7 +++ drivers/net/mlx5/Makef