numam-dpdk/drivers/net/bnxt
Venkat Duvvuru 313ac35ac7 net/bnxt: support ULP session manager init
A ULP session will contain all the resources needed to support
rte flow offloads. A session is initialized as part of rte_eth_device
start. A DPDK application can have multiple interfaces which
means rte_eth_device start will be called for each of these devices.
ULP session manager will make sure that a single ULP session is only
initialized once. Apart from this, it also initializes MARK database,
EEM table & flow database. ULP session manager also manages a list of
all opened ULP sessions.

Signed-off-by: Venkat Duvvuru <venkatkumar.duvvuru@broadcom.com>
Signed-off-by: Mike Baucom <michael.baucom@broadcom.com>
Reviewed-by: Lance Richardson <lance.richardson@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
2020-04-21 13:57:08 +02:00
..
tf_core net/bnxt: support EM/EEM 2020-04-21 13:57:08 +02:00
tf_ulp net/bnxt: support ULP session manager init 2020-04-21 13:57:08 +02:00
bnxt_cpr.c net/bnxt: fix race condition when port is stopped 2020-02-21 11:41:20 +01:00
bnxt_cpr.h net/bnxt: support hot firmware upgrade for Stingray 2019-10-08 12:14:30 +02:00
bnxt_ethdev.c net/bnxt: support ULP session manager init 2020-04-21 13:57:08 +02:00
bnxt_filter.c net/bnxt: fix bumping of L2 filter reference count 2020-02-05 09:51:20 +01:00
bnxt_filter.h net/bnxt: support flow mark action 2020-01-17 19:46:01 +01:00
bnxt_flow.c net/bnxt: fix supporting zero mark ID with RSS action 2020-02-05 09:51:20 +01:00
bnxt_hwrm.c net/bnxt: fetch SVIF information from firmware 2020-04-21 13:57:08 +02:00
bnxt_hwrm.h net/bnxt: fetch SVIF information from firmware 2020-04-21 13:57:08 +02:00
bnxt_irq.c net/bnxt: fix probe in FreeBSD 2020-02-05 09:51:19 +01:00
bnxt_irq.h net/bnxt: change MSI-X vector to queue mapping 2019-10-23 16:43:08 +02:00
bnxt_nvm_defs.h net/bnxt: convert to SPDX license tag 2018-04-14 00:40:21 +02:00
bnxt_ring.c net/bnxt: do not use PMD log type 2020-04-21 13:57:05 +02:00
bnxt_ring.h net/bnxt: fix initialization 2019-11-08 23:15:04 +01:00
bnxt_rxq.c net/bnxt: fix null dereference in Rx stop 2019-11-20 17:36:05 +01:00
bnxt_rxq.h net/bnxt: use common NQ ring 2019-10-08 12:14:32 +02:00
bnxt_rxr.c net/bnxt: fix buffer allocation reattempt 2020-02-14 12:42:12 +01:00
bnxt_rxr.h net/bnxt: fix supporting zero mark ID with RSS action 2020-02-05 09:51:20 +01:00
bnxt_rxtx_vec_sse.c replace cold attributes 2020-04-16 18:30:58 +02:00
bnxt_stats.c net/bnxt: remove redundant macro 2020-02-05 09:51:20 +01:00
bnxt_stats.h ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
bnxt_txq.c net/bnxt: limit queue count for NS3/Stingray devices 2019-11-20 17:36:05 +01:00
bnxt_txq.h net/bnxt: use common NQ ring 2019-10-08 12:14:32 +02:00
bnxt_txr.c net/bnxt: remove redundant header file inclusion 2019-10-23 16:43:08 +02:00
bnxt_txr.h net/bnxt: prevent device access when device is in reset 2019-10-08 12:14:30 +02:00
bnxt_util.c net/bnxt: fix VF probe when MAC address is zero 2019-07-23 14:31:35 +02:00
bnxt_util.h net/bnxt: use macro for bit definitions 2019-10-08 12:14:30 +02:00
bnxt_vnic.c net/bnxt: fix IOVA mapping 2020-02-05 09:51:19 +01:00
bnxt_vnic.h net/bnxt: fix initialization 2019-11-08 23:15:04 +01:00
bnxt.h net/bnxt: support ULP session manager init 2020-04-21 13:57:08 +02:00
hsi_struct_def_dpdk.h net/bnxt: update HSI structure 2020-04-21 13:57:08 +02:00
Makefile net/bnxt: support ULP session manager init 2020-04-21 13:57:08 +02:00
meson.build build: remove individual library versions 2019-11-20 23:05:39 +01:00
rte_pmd_bnxt_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
rte_pmd_bnxt.c net/bnxt: check status of getting ethdev info 2019-10-07 14:45:35 +02:00
rte_pmd_bnxt.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00