numam-dpdk/drivers/net/bnxt
Thomas Monjalon b142387b07 ethdev: allow drivers to return error on close
The device operation .dev_close was returning void.
This driver interface is changed to return an int.

Note that the API rte_eth_dev_close() is still returning void,
although a deprecation notice is pending to change it as well.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Rosen Xu <rosen.xu@intel.com>
Reviewed-by: Sachin Saxena <sachin.saxena@oss.nxp.com>
Reviewed-by: Liron Himi <lironh@marvell.com>
Reviewed-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Jeff Guo <jia.guo@intel.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
2020-09-30 19:19:13 +02:00
..
hcapi build: remove makefiles 2020-09-08 00:09:50 +02:00
tf_core net/bnxt: use direct HWRM message for interface table 2020-09-18 18:55:11 +02:00
tf_ulp net/bnxt: fix crash during NAT configuration 2020-09-30 19:19:10 +02:00
bnxt_cpr.c net/bnxt: support representors on remote host domain 2020-09-30 19:19:10 +02:00
bnxt_cpr.h
bnxt_ethdev.c ethdev: allow drivers to return error on close 2020-09-30 19:19:13 +02:00
bnxt_filter.c net/bnxt: fix checking VNIC in shutdown path 2020-09-18 18:55:12 +02:00
bnxt_filter.h
bnxt_flow.c net/bnxt: remove redundant null check 2020-09-18 18:55:07 +02:00
bnxt_hwrm.c net/bnxt: support 200G PAM4 link 2020-09-30 19:19:10 +02:00
bnxt_hwrm.h net/bnxt: support 200G PAM4 link 2020-09-30 19:19:10 +02:00
bnxt_irq.c
bnxt_irq.h
bnxt_nvm_defs.h
bnxt_reps.c ethdev: allow drivers to return error on close 2020-09-30 19:19:13 +02:00
bnxt_reps.h ethdev: allow drivers to return error on close 2020-09-30 19:19:13 +02:00
bnxt_ring.c net/bnxt: use appropriate type for Rx ring 2020-09-18 18:55:09 +02:00
bnxt_ring.h eal: remove deprecated coherent IO memory barriers 2020-09-23 13:40:26 +02:00
bnxt_rxq.c net/bnxt: fix drop enable in get Rx queue info 2020-09-30 19:19:10 +02:00
bnxt_rxq.h net/bnxt: fix drop enable in get Rx queue info 2020-09-30 19:19:10 +02:00
bnxt_rxr.c net/bnxt: fix representor data path 2020-09-18 18:55:12 +02:00
bnxt_rxr.h net/bnxt: handle multiple packets per loop in vector Rx 2020-09-18 18:55:09 +02:00
bnxt_rxtx_vec_common.h net/bnxt: handle multiple packets per loop in vector Rx 2020-09-18 18:55:09 +02:00
bnxt_rxtx_vec_neon.c eal: remove deprecated coherent IO memory barriers 2020-09-23 13:40:26 +02:00
bnxt_rxtx_vec_sse.c net/bnxt: fix vector mode for 32-bit x86 2020-09-30 19:19:11 +02:00
bnxt_stats.c net/bnxt: fix PCI per function stats 2020-09-30 19:19:09 +02:00
bnxt_stats.h
bnxt_txq.c net/bnxt: improve small ring sizes support 2020-09-18 18:55:09 +02:00
bnxt_txq.h net/bnxt: increase max burst size for vector path 2020-09-18 18:55:09 +02:00
bnxt_txr.c net/bnxt: fix structure variable initialization 2020-09-18 18:55:07 +02:00
bnxt_txr.h
bnxt_util.c
bnxt_util.h
bnxt_vnic.c net/bnxt: fix checking VNIC in shutdown path 2020-09-18 18:55:12 +02:00
bnxt_vnic.h
bnxt.h net/bnxt: support 200G PAM4 link 2020-09-30 19:19:10 +02:00
hsi_struct_def_dpdk.h net/bnxt: support 200G PAM4 link 2020-09-30 19:19:10 +02:00
meson.build net/bnxt: remove EEM system memory support 2020-07-30 00:41:24 +02:00
rte_pmd_bnxt_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00
rte_pmd_bnxt.c ethdev: remove underscore prefix from internal API 2020-09-18 18:55:08 +02:00
rte_pmd_bnxt.h