[dpdk-dev] [PATCH 0/2] net/ixgbe fix unchecked return value and rte_panic
Conor Walsh
conor.walsh at intel.com
Mon Oct 19 14:26:18 CEST 2020
This patchset resolves a coverity issue where the return value of
rte_eth_switch_domain_alloc() was not being checked and also removes
a use of rte_panic within ixgbe_pf_host_init().
Conor Walsh (2):
net/ixgbe: fix unchecked return value
net/ixgbe: remove rte_panic
drivers/net/ixgbe/ixgbe_ethdev.c | 6 ++++--
drivers/net/ixgbe/ixgbe_ethdev.h | 2 +-
drivers/net/ixgbe/ixgbe_pf.c | 23 ++++++++++++++++++-----
3 files changed, 23 insertions(+), 8 deletions(-)
--
2.25.1
More information about the dev
mailing list