numam-dpdk/drivers/net
Shahaf Shuler cd18e1b72f net/mlx5: fix build on Arm
On some ARM environment, the below compilation error will be seen

dpdk/drivers/net/mlx5/mlx5_flow_dv.c: In function
'flow_dv_translate_item_nvgre':
/tmp/dpdk/drivers/net/mlx5/mlx5_flow_dv.c:785:22: error: pointer targets
in initialization differ in signedness [-Werror=pointer-sign]
  const char *tni_v = nvgre_v->tni;

The reason for this error is that nvgre_v->tni is defined as byte array
in size of 3B. However the code in the function iterate till the 4B in
order to copy/set also the subsequent field after it (flow_id)

Fixing by pointing to this struct from a different pointer.

Fixes: fc2c498ccb ("net/mlx5: add Direct Verbs translate items")

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Ori Kam <orika@mellanox.com>
2018-10-18 10:24:39 +02:00
..
af_packet drivers/net: enable hotplug on secondary process 2018-10-17 10:16:18 +02:00
ark net/ark: support updated hardware and Tx meta data 2018-10-18 10:24:39 +02:00
atlantic net/atlantic: read MAC registers for debug purposes 2018-10-18 10:24:39 +02:00
avf net/avf: fix build with debug enabled 2018-10-18 10:24:39 +02:00
avp ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
axgbe ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
bnx2x ethdev: rename memzones allocated for DMA 2018-10-17 10:26:59 +02:00
bnxt drivers/net: enable device detach on secondary process 2018-10-17 10:16:18 +02:00
bonding drivers/net: enable hotplug on secondary process 2018-10-17 10:16:18 +02:00
cxgbe net/cxgbe: add action to swap MAC addresses 2018-10-18 10:24:39 +02:00
dpaa dpaa: enable dpaax library 2018-10-16 14:54:25 +02:00
dpaa2 net/dpaa2: fix MAC address initialization 2018-10-17 09:36:06 +01:00
e1000 net/e1000: enable MSI-x for linkup and other events in 82574 2018-10-11 18:56:02 +02:00
ena drivers/net: enable device detach on secondary process 2018-10-17 10:16:18 +02:00
enetc net/enetc: support packet type parsing 2018-10-11 18:53:49 +02:00
enic net/enic: fix counter action 2018-10-18 10:24:39 +02:00
failsafe net/failsafe: use prefix for function 2018-10-11 18:53:49 +02:00
fm10k net/fm10k: add imissed stats 2018-09-28 01:41:02 +02:00
i40e drivers/bus: move driver assignment to end of probing 2018-10-17 10:26:59 +02:00
ifc net/ifc: invoke ifcvf HW init function in probe 2018-10-11 18:56:02 +02:00
ixgbe net/ixgbe: wait longer for link after fiber MAC setup 2018-10-11 18:53:48 +02:00
kni drivers/net: enable hotplug on secondary process 2018-10-17 10:16:18 +02:00
liquidio drivers/net: enable device detach on secondary process 2018-10-17 10:16:18 +02:00
mlx4 drivers/bus: move driver assignment to end of probing 2018-10-17 10:26:59 +02:00
mlx5 net/mlx5: fix build on Arm 2018-10-18 10:24:39 +02:00
mvneta net/mvneta: support statistics reset 2018-10-11 18:53:48 +02:00
mvpp2 net/mvpp2: support Tx scatter/gather 2018-09-28 01:41:03 +02:00
netvsc net/netvsc: check return from kvargs process 2018-10-11 18:53:48 +02:00
nfp net/nfp: fix RSS 2018-10-11 18:53:48 +02:00
null drivers/net: enable hotplug on secondary process 2018-10-17 10:16:18 +02:00
octeontx drivers/net: enable hotplug on secondary process 2018-10-17 10:16:18 +02:00
pcap drivers/net: enable hotplug on secondary process 2018-10-17 10:16:18 +02:00
qede net/qede: remove invalid config option checks 2018-10-18 10:24:39 +02:00
ring ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
sfc net/sfc: allow to query RSS key and HF when RSS is disabled 2018-10-11 20:35:29 +02:00
softnic net/softnic: support VXLAN flow decap action 2018-10-12 19:33:40 +02:00
szedata2 drivers/bus: move driver assignment to end of probing 2018-10-17 10:26:59 +02:00
tap drivers/net: enable hotplug on secondary process 2018-10-17 10:16:18 +02:00
thunderx net/*/base: allow use of experimental APIs in base code 2018-09-28 01:41:01 +02:00
vdev_netvsc drivers/net: fix log type string 2018-10-11 18:53:49 +02:00
vhost net/vhost: add parameter to enable postcopy 2018-10-18 10:24:39 +02:00
virtio drivers/net: enable device detach on secondary process 2018-10-17 10:16:18 +02:00
vmxnet3 ethdev: rename memzones allocated for DMA 2018-10-17 10:26:59 +02:00
Makefile net/atlantic: add PMD driver skeleton 2018-10-18 10:24:39 +02:00
meson.build net/atlantic: add PMD driver skeleton 2018-10-18 10:24:39 +02:00