pipeline: fix missing exported symbols
authorMaciej Gajdzica <maciejx.t.gajdzica@intel.com>
Thu, 9 Jul 2015 08:17:10 +0000 (10:17 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Jul 2015 15:25:45 +0000 (17:25 +0200)
Exported symbols for port in, port out and table stats.

Fixes: 6504bb5ec460 ("pipeline: add statistics for ports and tables")

Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
Acked-by: Michal Jastrzebski <michalx.k.jastrzebski@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_pipeline/rte_pipeline_version.map

index e9b5bd6..8f25d0f 100644 (file)
@@ -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;