numam-dpdk/drivers/net/af_xdp
Ciara Loftus e66716d52e net/af_xdp: mark recvfrom return as ignored
Coverity complains that the return value of recvfrom() in the AF_XDP
datapath is not checked. We don't care about the return value because in
the case of an error we still return 0 from the receive function to
indicate no packets were received. So to make Coverity happy we cast the
return to 'void'.

Coverity issue: 369671
Fixes: 63e8989fe5 ("net/af_xdp: use recvfrom instead of poll syscall")

Signed-off-by: Ciara Loftus <ciara.loftus@intel.com>
2021-03-30 15:50:04 +02:00
..
af_xdp_deps.h net/af_xdp: introduce AF_XDP PMD 2019-04-05 17:45:22 +02:00
compat.h net/af_xdp: prefer busy polling 2021-03-10 18:49:32 +01:00
meson.build build: force pkg-config for dependency detection 2021-01-26 00:43:59 +01:00
rte_eth_af_xdp.c net/af_xdp: mark recvfrom return as ignored 2021-03-30 15:50:04 +02:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00