From: Maciej Gajdzica Date: Thu, 9 Jul 2015 08:17:10 +0000 (+0200) Subject: pipeline: fix missing exported symbols X-Git-Tag: spdx-start~8827 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d27f716ad79cf74ecc08a95b2e3aa163bccf419e;p=dpdk.git 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 --- 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;