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>
32 lines
649 B
Plaintext
32 lines
649 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_pipeline_check;
|
|
rte_pipeline_create;
|
|
rte_pipeline_flush;
|
|
rte_pipeline_free;
|
|
rte_pipeline_port_in_connect_to_table;
|
|
rte_pipeline_port_in_create;
|
|
rte_pipeline_port_in_disable;
|
|
rte_pipeline_port_in_enable;
|
|
rte_pipeline_port_out_create;
|
|
rte_pipeline_port_out_packet_insert;
|
|
rte_pipeline_run;
|
|
rte_pipeline_table_create;
|
|
rte_pipeline_table_default_entry_add;
|
|
rte_pipeline_table_default_entry_delete;
|
|
rte_pipeline_table_entry_add;
|
|
rte_pipeline_table_entry_delete;
|
|
|
|
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;
|