Skip to content

Commit c5f21bd

Browse files
committed
fix indentation in symbol maps
Signed-off-by: Thomas Monjalon <[email protected]> Acked-by: Allain Legacy <[email protected]>
1 parent e45088b commit c5f21bd

File tree

8 files changed

+21
-25
lines changed

8 files changed

+21
-25
lines changed
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
DPDK_17.05 {
2-
3-
local: *;
2+
local: *;
43
};
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
DPDK_18.05 {
2-
3-
local: *;
2+
local: *;
43
};

drivers/net/bonding/rte_pmd_bond_version.map

+4-5
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ DPDK_17.08 {
4646

4747
rte_eth_bond_8023ad_dedicated_queues_enable;
4848
rte_eth_bond_8023ad_dedicated_queues_disable;
49-
rte_eth_bond_8023ad_agg_selection_get;
50-
rte_eth_bond_8023ad_agg_selection_set;
51-
rte_eth_bond_8023ad_conf_get;
52-
rte_eth_bond_8023ad_setup;
53-
49+
rte_eth_bond_8023ad_agg_selection_get;
50+
rte_eth_bond_8023ad_agg_selection_set;
51+
rte_eth_bond_8023ad_conf_get;
52+
rte_eth_bond_8023ad_setup;
5453

5554
} DPDK_16.07;

lib/librte_cfgfile/rte_cfgfile_version.map

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ DPDK_16.04 {
2222
} DPDK_2.0;
2323

2424
DPDK_17.05 {
25-
global:
25+
global:
2626

27-
rte_cfgfile_load_with_params;
27+
rte_cfgfile_load_with_params;
2828

2929
} DPDK_16.04;
3030

lib/librte_compressdev/rte_compressdev_version.map

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXPERIMENTAL {
2-
global:
2+
global:
33

44
rte_compressdev_capability_get;
55
rte_compressdev_close;
@@ -35,5 +35,5 @@ EXPERIMENTAL {
3535
rte_comp_op_free;
3636
rte_comp_op_pool_create;
3737

38-
local: *;
38+
local: *;
3939
};

lib/librte_cryptodev/rte_cryptodev_version.map

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ DPDK_18.05 {
8989
} DPDK_17.11;
9090

9191
EXPERIMENTAL {
92-
global:
92+
global:
9393

9494
rte_cryptodev_asym_capability_get;
9595
rte_cryptodev_asym_get_header_session_size;

lib/librte_ip_frag/rte_ip_frag_version.map

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ DPDK_2.0 {
1313
};
1414

1515
DPDK_17.08 {
16-
global:
16+
global:
1717

18-
rte_ip_frag_table_destroy;
18+
rte_ip_frag_table_destroy;
1919

2020
} DPDK_2.0;
2121

lib/librte_power/rte_power_version.map

+8-9
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@ DPDK_18.08 {
3535
} DPDK_17.11;
3636

3737
EXPERIMENTAL {
38-
global:
39-
40-
rte_empty_poll_detection;
41-
rte_power_empty_poll_stat_fetch;
42-
rte_power_empty_poll_stat_free;
43-
rte_power_empty_poll_stat_init;
44-
rte_power_empty_poll_stat_update;
45-
rte_power_poll_stat_fetch;
46-
rte_power_poll_stat_update;
38+
global:
4739

40+
rte_empty_poll_detection;
41+
rte_power_empty_poll_stat_fetch;
42+
rte_power_empty_poll_stat_free;
43+
rte_power_empty_poll_stat_init;
44+
rte_power_empty_poll_stat_update;
45+
rte_power_poll_stat_fetch;
46+
rte_power_poll_stat_update;
4847
};

0 commit comments

Comments
 (0)