mbox series

[0/2] net/ixgbe fix unchecked return value and rte_panic

Message ID 20201019122620.749625-1-conor.walsh@intel.com (mailing list archive)
Headers
Series net/ixgbe fix unchecked return value and rte_panic |

Message

Conor Walsh Oct. 19, 2020, 12:26 p.m. UTC
  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(-)