[dpdk-dev,v3,07/20] bus/fslmc: export qbman results in map file

Message ID 1495445969-29199-8-git-send-email-hemant.agrawal@nxp.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Hemant Agrawal May 22, 2017, 9:39 a.m. UTC
  In order to check the congestion state of Egress FQs,
this qbman function will be used by the dpaa2 ethernet PMD.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 drivers/bus/fslmc/rte_bus_fslmc_version.map | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/drivers/bus/fslmc/rte_bus_fslmc_version.map b/drivers/bus/fslmc/rte_bus_fslmc_version.map
index 2f36e9f..a4bb343 100644
--- a/drivers/bus/fslmc/rte_bus_fslmc_version.map
+++ b/drivers/bus/fslmc/rte_bus_fslmc_version.map
@@ -53,6 +53,7 @@  DPDK_17.05 {
 DPDK_17.08 {
 	global:
 
+	qbman_result_SCN_state_in_mem;
 	rte_global_active_dqs_list;
 
 } DPDK_17.05;