numam-dpdk/drivers/net/ionic
Thomas Monjalon c886f4263a mk: ignore missing field initializers warning
Three warnings are commonly disabled in DPDK with make and meson:
	* address-of-packed-member
		always disabled
	* missing-field-initializers
		disabled with meson
		disabled with make + clang or make + gcc < 4.7
		disabled with make + gcc <= 5 for test files and event drivers
	* packed-not-aligned
		disabled with meson

This change is removing exceptions for missing-field-initializers.
As it is always disabled, some redundant configs are cleaned up.

Now the situation is:
	* address-of-packed-member
		always disabled
	* missing-field-initializers
		always disabled
	* packed-not-aligned
		disabled with meson

It could alternatively be decided to disable missing-field-initializers
only for old gcc (< 6).

The warning packed-not-aligned is not modified in this change.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2020-02-06 09:09:37 +01:00
..
ionic_dev.c net/ionic: support FW version 2020-01-20 18:02:17 +01:00
ionic_dev.h net/ionic: add Rx and Tx handling 2020-01-20 18:02:17 +01:00
ionic_ethdev.c net/ionic: support FW version 2020-01-20 18:02:17 +01:00
ionic_ethdev.h net/ionic: support RSS 2020-01-20 18:02:17 +01:00
ionic_if.h net/ionic: fix packet type mask 2020-02-05 09:51:21 +01:00
ionic_lif.c net/ionic: support Tx checksum 2020-01-20 18:02:17 +01:00
ionic_lif.h net/ionic: support Tx checksum 2020-01-20 18:02:17 +01:00
ionic_logs.h net/ionic: add log 2020-01-20 18:02:17 +01:00
ionic_mac_api.c net/ionic: register and initialize adapter 2020-01-20 18:02:17 +01:00
ionic_mac_api.h net/ionic: register and initialize adapter 2020-01-20 18:02:17 +01:00
ionic_main.c net/ionic: support admin queue 2020-01-20 18:02:17 +01:00
ionic_osdep.h net/ionic: register and initialize adapter 2020-01-20 18:02:17 +01:00
ionic_regs.h net/ionic: register and initialize adapter 2020-01-20 18:02:17 +01:00
ionic_rx_filter.c net/ionic: support Rx filters 2020-01-20 18:02:17 +01:00
ionic_rx_filter.h net/ionic: support Rx filters 2020-01-20 18:02:17 +01:00
ionic_rxtx.c net/ionic: support Tx checksum 2020-01-20 18:02:17 +01:00
ionic_rxtx.h net/ionic: add Rx and Tx handling 2020-01-20 18:02:17 +01:00
ionic.h net/ionic: support FW version 2020-01-20 18:02:17 +01:00
Makefile mk: ignore missing field initializers warning 2020-02-06 09:09:37 +01:00
meson.build mk: ignore missing field initializers warning 2020-02-06 09:09:37 +01:00
rte_pmd_ionic_version.map