linux_dsm_epyc7002/drivers/net/ethernet/netronome/nfp
stephen hemminger bc1f44709c net: make ndo_get_stats64 a void function
The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-08 17:51:44 -05:00
..
Makefile nfp: bpf: add hardware bpf offload 2016-09-21 19:50:03 -04:00
nfp_asm.h nfp: add BPF to NFP code translator 2016-09-21 19:50:02 -04:00
nfp_bpf_jit.c nfp: add support for offload of XDP programs 2016-11-04 14:56:16 -04:00
nfp_bpf_verifier.c nfp: add support for offload of XDP programs 2016-11-04 14:56:16 -04:00
nfp_bpf.h nfp: add support for offload of XDP programs 2016-11-04 14:56:16 -04:00
nfp_net_common.c net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
nfp_net_ctrl.h nfp: remove support for nfp3200 2016-11-01 11:04:58 -04:00
nfp_net_debugfs.c nfp: add XDP support in the driver 2016-11-04 14:56:16 -04:00
nfp_net_ethtool.c nfp: add XDP support in the driver 2016-11-04 14:56:16 -04:00
nfp_net_offload.c nfp: add support for offload of XDP programs 2016-11-04 14:56:16 -04:00
nfp_net.h nfp: add support for offload of XDP programs 2016-11-04 14:56:16 -04:00
nfp_netvf_main.c nfp: remove support for nfp3200 2016-11-01 11:04:58 -04:00