numam-dpdk/drivers/net
Bruce Richardson 524a0d5d66 build: enable extra warnings with meson
While meson always adds -Wall flag to C compiles, the make build adds extra
warning flags that are not present in the meson build. This addresses that
shortcoming by adding additional warning flags to our builds. The one
omission is the -Wcast-align flag, which though present in make gcc builds,
gives a lot of warnings/errors when used with clang.

The removed warning "-Wunused-parameter" is covered by the "-Wextra"
parameter so is unnecessary.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2019-10-24 01:03:30 +02:00
..
af_packet ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
af_xdp ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
ark ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
atlantic net/atlantic: add FW mailbox guard mutex 2019-10-08 12:14:31 +02:00
avp ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
axgbe ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
bnx2x net/bnx2x: update to latest FW 7.13.11 2019-10-08 12:14:31 +02:00
bnxt net/bnxt: improve CPR handling in vector path 2019-10-08 12:14:32 +02:00
bonding build: allow stricter fallthrough warnings 2019-10-24 01:02:30 +02:00
cxgbe net/cxgbe: fix races on flow API operations 2019-10-08 12:14:32 +02:00
dpaa build: enable extra warnings with meson 2019-10-24 01:03:30 +02:00
dpaa2 event/dpaa2: set priority as per DPCON device 2019-10-18 10:03:09 +02:00
e1000 net/e1000: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:57 +02:00
ena net/ena: change license clause to SPDX tags 2019-10-07 15:00:56 +02:00
enetc ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
enic net/enic: add PCI id for new virtual function 2019-10-07 15:00:58 +02:00
failsafe ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
fm10k build: allow stricter fallthrough warnings 2019-10-24 01:02:30 +02:00
hinic ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
hns3 net/hns3: support multiple process 2019-10-07 15:00:57 +02:00
i40e build: enable extra warnings with meson 2019-10-24 01:03:30 +02:00
iavf net/iavf: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:58 +02:00
ice net/ice: use relaxed and remove duplicate barrier 2019-10-08 12:14:30 +02:00
ifc net/ifc: add devargs pointer check 2019-07-23 14:31:35 +02:00
ipn3ke net/ipn3ke: setup MTU during HW init 2019-10-07 15:00:56 +02:00
ixgbe net/ixgbe: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:58 +02:00
kni ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
liquidio ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
memif net/memif: check status of getting link info 2019-10-07 15:00:54 +02:00
mlx4 ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
mlx5 net/mlx5: fix direct call to rdma-core library 2019-10-08 12:14:32 +02:00
mvneta ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
mvpp2 ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
netvsc ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
nfb net/nfb: fix dependency check 2019-10-08 12:14:31 +02:00
nfp ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
null net/null: fix multi-process Rx and Tx 2019-10-07 15:00:58 +02:00
octeontx ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
octeontx2 net/octeontx2: fix CQE ring prefetch on wrap around 2019-10-08 12:14:31 +02:00
pcap ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
qede net/qede: limit Rx ring index read for debug 2019-10-08 12:14:31 +02:00
ring ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
sfc ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
softnic ethdev: change device info get callback to return int 2019-10-07 14:45:35 +02:00
szedata2 net/szedata2: fix dependency check 2019-10-08 12:14:31 +02:00
tap ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
thunderx ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
vdev_netvsc net/vdev_netvsc: use new ethernet address parser 2019-07-08 21:26:52 +02:00
vhost net/vhost: support TSO disabling 2019-10-07 15:00:57 +02:00
virtio net/virtio: fix mbuf data and packet length mismatch 2019-10-07 15:00:57 +02:00
vmxnet3 ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
Makefile net/hns3: add build and doc infrastructure 2019-10-07 15:00:56 +02:00
meson.build net/qede: re-add to meson 2019-10-08 12:14:31 +02:00