numam-dpdk/drivers/net
Andy Green d88b346d9a net/bnx2x: do not cast function pointers as a policy
This is stopping the compiler telling you when you have
done something stupid... that is something none of us
can afford...

Now gcc 8.x can tell you did something stupid despite
trying to hide the evidence.

Remove all the "black magic" casts.

Fix the actual problems.

Fixes: b5bf771922 ("bnx2x: driver support routines")
Cc: stable@dpdk.org

Signed-off-by: Andy Green <andy@warmcat.com>
Acked-by: Rasesh Mody <rasesh.mody@cavium.com>
2018-05-15 22:25:17 +02:00
..
af_packet ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
ark ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
avf net/avf: fix Rx interrupt mapping 2018-05-14 22:32:23 +01:00
avp drivers/net: use higher level of probing helper for PCI 2018-05-14 22:31:53 +01:00
axgbe net/axgbe: fix EEPROM string comparison 2018-05-14 23:32:23 +02:00
bnx2x net/bnx2x: do not cast function pointers as a policy 2018-05-15 22:25:17 +02:00
bnxt ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
bonding net/bonding: fix slave activation simultaneously 2018-05-14 22:32:23 +01:00
cxgbe net/cxgbe: free resources during uninit 2018-05-14 22:32:23 +01:00
dpaa ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
dpaa2 net/dpaa2: change VLAN strip value to offload flag 2018-05-14 22:32:23 +01:00
e1000 net/e1000: report Tx multi segment offload 2018-05-14 22:31:52 +01:00
ena ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
enic net/enic: fix missing offload capabilities 2018-05-14 22:32:23 +01:00
failsafe net/failsafe: add an RSS hash update callback 2018-05-14 22:32:22 +01:00
fm10k ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
i40e net/i40e: fix missing port representor data-path 2018-05-14 22:32:11 +01:00
ifc net/ifcvf: add ifcvf vDPA driver 2018-04-27 15:54:55 +01:00
ixgbe net/ixgbe: fix missing port representor data-path 2018-05-14 22:32:17 +01:00
kni ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
liquidio drivers/net: use higher level of probing helper for PCI 2018-05-14 22:31:53 +01:00
mlx4 net/mlx4: advertise supported RSS hash functions 2018-05-14 22:32:23 +01:00
mlx5 net/mlx5: use correct field in a union structure 2018-05-14 22:32:23 +01:00
mvpp2 ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
nfp net/nfp: fix memcpy out of source range 2018-05-14 23:32:23 +02:00
null ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
octeontx ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
pcap ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
qede net/qede: fix strncpy 2018-05-14 23:32:23 +02:00
ring ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
sfc net/sfc: make sure that stats name is nul-terminated 2018-05-14 23:32:23 +02:00
softnic ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
szedata2 ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
tap net/tap: add default name to tun 2018-05-14 22:32:23 +01:00
thunderx ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
vdev_netvsc net/vdev_netvsc: replace strncpy by strlcpy 2018-05-14 23:32:23 +02:00
vhost ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
virtio net/virtio-user: fix multiple queues fail in server mode 2018-05-14 22:31:53 +01:00
vmxnet3 ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
Makefile net/ifcvf: add ifcvf vDPA driver 2018-04-27 15:54:55 +01:00
meson.build net/mvpp2: add to meson build 2018-04-19 14:10:44 +02:00