From d27f716ad79cf74ecc08a95b2e3aa163bccf419e Mon Sep 17 00:00:00 2001 From: Maciej Gajdzica Date: Thu, 9 Jul 2015 10:17:10 +0200 Subject: [PATCH] pipeline: fix missing exported symbols Exported symbols for port in, port out and table stats. Fixes: 6504bb5ec460 ("pipeline: add statistics for ports and tables") Signed-off-by: Maciej Gajdzica Acked-by: Michal Jastrzebski Acked-by: Cristian Dumitrescu --- lib/librte_pipeline/rte_pipeline_version.map | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/librte_pipeline/rte_pipeline_version.map b/lib/librte_pipeline/rte_pipeline_version.map index e9b5bd6feb..8f25d0fbbe 100644 --- a/lib/librte_pipeline/rte_pipeline_version.map +++ b/lib/librte_pipeline/rte_pipeline_version.map @@ -20,3 +20,12 @@ DPDK_2.0 { local: *; }; + +DPDK_2.1 { + global: + + rte_pipeline_port_in_stats_read; + rte_pipeline_port_out_stats_read; + rte_pipeline_table_stats_read; + +} DPDK_2.0; -- 2.20.1