numam-dpdk/drivers
Ruifeng Wang 3ca55dac6d net/igc: fix build with gcc optimization level 0
GCC build with '-O0' failed for:
 ../drivers/net/igc/base/igc_api.c
 Assembler messages:
29: Error: selected processor does not support `casp x0,x1,x2,x3,[x4]'
82: Error: selected processor does not support `caspa x0,x1,x2,x3,[x4]'
135: Error: selected processor does not support `caspl x0,x1,x2,x3,[x4]'
188: Error: selected processor does not support `caspal x0,x1,x2,x3,[x4]'

This is due to c_args not been passed to meson.

Fixes: 8cb7c57d9b ("net/igc: support device initialization")
Cc: stable@dpdk.org

Reported-by: Feifei Wang <feifei.wang2@arm.com>
Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Tested-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Haiyue Wang <haiyue.wang@intel.com>
2020-11-27 17:01:59 +01:00
..
baseband baseband/acc100: remove useless checks 2020-11-02 09:24:40 +01:00
bus build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00
common common/mlx5: move to formal ASO action API 2020-11-20 21:10:05 +01:00
compress compress/isal: check allocation in queue setup 2020-11-22 13:17:10 +01:00
crypto build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00
event event/octeontx2: unlink queues during port release 2020-11-20 18:53:47 +01:00
mempool build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00
net net/igc: fix build with gcc optimization level 0 2020-11-27 17:01:59 +01:00
raw raw/ifpga/base: check adapter pointer before dereference 2020-11-13 16:26:54 +01:00
regex regex/mlx5: fix leak on queue setup failure 2020-11-22 15:05:54 +01:00
vdpa common/mlx5: fix name for ConnectX VF device ID 2020-11-20 21:10:05 +01:00
meson.build build: align wording of non-support reasons 2020-11-20 16:05:35 +01:00