numam-dpdk/drivers
Xiaoyu Min 0eef26d073 net/mlx5: fix build with zero-size array
If the build environment doesn't have 'linux/tc_act/tc_pedit.h' header,
compiler will use needed structs defined in mlx5_flow_tcf.c.

However, there is a zero-size array defined in one struct and
ISO C forbids this when -Wpedantic is set by debug mode.

Simply put __extension__ keyword before the struct in question.

Fixes: 2ed2fe5f0a ("net/mlx5: rewrite IP address UDP/TCP port by E-Switch")

Signed-off-by: Xiaoyu Min <jackmin@mellanox.com>
2018-10-18 10:24:39 +02:00
..
baseband baseband/null: add in meson build 2018-09-18 22:53:35 +02:00
bus eal: allow probing a device again 2018-10-18 01:49:52 +02:00
common common/qat: fix failure to create PMD 2018-10-17 12:23:40 +02:00
compress common/qat: support GEN3 devices 2018-10-17 12:23:40 +02:00
crypto crypto/caam_jr: add security offload 2018-10-17 12:23:40 +02:00
event event/dpaa2: support crypto adapter 2018-10-17 12:23:40 +02:00
mempool bus/fslmc: upgrade mc FW APIs to 10.10.0 2018-10-16 14:54:25 +02:00
net net/mlx5: fix build with zero-size array 2018-10-18 10:24:39 +02:00
raw bus/fslmc: upgrade mc FW APIs to 10.10.0 2018-10-16 14:54:25 +02:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build baseband/null: add in meson build 2018-09-18 22:53:35 +02:00