numam-dpdk/drivers/net/mlx5
Adrien Mazarguil d06c608c01 net/mlx: fix compilation with glibc 2.20
Since _BSD_SOURCE was deprecated in favor of _DEFAULT_SOURCE in Glibc 2.19
and entirely removed in 2.20, various BSD ioctl macros are not exposed
anymore when _XOPEN_SOURCE is defined, and linux/if.h now conflicts with
net/if.h.

Add _DEFAULT_SOURCE and keep _BSD_SOURCE for compatibility with older
versions.

Suggested-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2016-06-20 17:21:34 +02:00
..
Makefile net/mlx: fix compilation with glibc 2.20 2016-06-20 17:21:34 +02:00
mlx5_defs.h mlx5: fix RETA table size 2016-03-31 15:15:10 +02:00
mlx5_ethdev.c net/mlx: fix compilation with glibc 2.20 2016-06-20 17:21:34 +02:00
mlx5_fdir.c mlx5: support flow director 2016-03-16 18:52:17 +01:00
mlx5_mac.c net/mlx: fix compilation with glibc 2.20 2016-06-20 17:21:34 +02:00
mlx5_rss.c mlx5: fix null RSS key handling 2016-03-25 19:01:37 +01:00
mlx5_rxmode.c mlx5: allow operation in secondary processes 2016-03-25 18:56:44 +01:00
mlx5_rxq.c mlx5: fix overwritten RSS configuration 2016-03-25 19:01:37 +01:00
mlx5_rxtx.c mbuf: add new Rx flags for stripped VLAN 2016-06-15 17:18:57 +02:00
mlx5_rxtx.h mempool: allocate in several memory chunks by default 2016-05-19 14:40:13 +02:00
mlx5_stats.c mlx5: allow operation in secondary processes 2016-03-25 18:56:44 +01:00
mlx5_trigger.c mlx5: allow operation in secondary processes 2016-03-25 18:56:44 +01:00
mlx5_txq.c mlx: fix double mbuf free in Tx queue clean up 2016-03-31 15:15:10 +02:00
mlx5_utils.h remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
mlx5_vlan.c mlx5: add VLAN filtering for broadcast and IPv6 multicast 2016-03-16 18:52:18 +01:00
mlx5.c mlx5: add VLAN insertion offload 2016-03-25 18:56:44 +01:00
mlx5.h net/mlx: fix compilation with glibc 2.20 2016-06-20 17:21:34 +02:00
rte_pmd_mlx5_version.map mlx5: introduce new driver for Mellanox ConnectX-4 adapters 2015-10-30 22:03:42 +01:00