fix indentation in symbol maps

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Allain Legacy <allain.legacy@windriver.com>
This commit is contained in:
Thomas Monjalon 2018-11-26 18:03:25 +01:00
parent e45088b1e1
commit c5f21bdae4
8 changed files with 21 additions and 25 deletions

@ -1,4 +1,3 @@
DPDK_17.05 {
local: *;
local: *;
};

@ -1,4 +1,3 @@
DPDK_18.05 {
local: *;
local: *;
};

@ -46,10 +46,9 @@ DPDK_17.08 {
rte_eth_bond_8023ad_dedicated_queues_enable;
rte_eth_bond_8023ad_dedicated_queues_disable;
rte_eth_bond_8023ad_agg_selection_get;
rte_eth_bond_8023ad_agg_selection_set;
rte_eth_bond_8023ad_conf_get;
rte_eth_bond_8023ad_setup;
rte_eth_bond_8023ad_agg_selection_get;
rte_eth_bond_8023ad_agg_selection_set;
rte_eth_bond_8023ad_conf_get;
rte_eth_bond_8023ad_setup;
} DPDK_16.07;

@ -22,9 +22,9 @@ DPDK_16.04 {
} DPDK_2.0;
DPDK_17.05 {
global:
global:
rte_cfgfile_load_with_params;
rte_cfgfile_load_with_params;
} DPDK_16.04;

@ -1,5 +1,5 @@
EXPERIMENTAL {
global:
global:
rte_compressdev_capability_get;
rte_compressdev_close;
@ -35,5 +35,5 @@ EXPERIMENTAL {
rte_comp_op_free;
rte_comp_op_pool_create;
local: *;
local: *;
};

@ -89,7 +89,7 @@ DPDK_18.05 {
} DPDK_17.11;
EXPERIMENTAL {
global:
global:
rte_cryptodev_asym_capability_get;
rte_cryptodev_asym_get_header_session_size;

@ -13,9 +13,9 @@ DPDK_2.0 {
};
DPDK_17.08 {
global:
global:
rte_ip_frag_table_destroy;
rte_ip_frag_table_destroy;
} DPDK_2.0;

@ -35,14 +35,13 @@ DPDK_18.08 {
} DPDK_17.11;
EXPERIMENTAL {
global:
rte_empty_poll_detection;
rte_power_empty_poll_stat_fetch;
rte_power_empty_poll_stat_free;
rte_power_empty_poll_stat_init;
rte_power_empty_poll_stat_update;
rte_power_poll_stat_fetch;
rte_power_poll_stat_update;
global:
rte_empty_poll_detection;
rte_power_empty_poll_stat_fetch;
rte_power_empty_poll_stat_free;
rte_power_empty_poll_stat_init;
rte_power_empty_poll_stat_update;
rte_power_poll_stat_fetch;
rte_power_poll_stat_update;
};