pipeline: fix missing exported symbols

Exported symbols for port in, port out and table stats.

Fixes: 6504bb5ec4 ("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>
This commit is contained in:
Maciej Gajdzica 2015-07-09 10:17:10 +02:00 committed by Thomas Monjalon
parent 7c6e7a0e38
commit d27f716ad7

View 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;