]> git.droids-corp.org - dpdk.git/commitdiff
fix indentation in symbol maps
authorThomas Monjalon <thomas@monjalon.net>
Mon, 26 Nov 2018 17:03:25 +0000 (18:03 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 26 Nov 2018 19:16:46 +0000 (20:16 +0100)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Allain Legacy <allain.legacy@windriver.com>
drivers/net/avp/rte_pmd_avp_version.map
drivers/net/axgbe/rte_pmd_axgbe_version.map
drivers/net/bonding/rte_pmd_bond_version.map
lib/librte_cfgfile/rte_cfgfile_version.map
lib/librte_compressdev/rte_compressdev_version.map
lib/librte_cryptodev/rte_cryptodev_version.map
lib/librte_ip_frag/rte_ip_frag_version.map
lib/librte_power/rte_power_version.map

index af8f3f4799fc6f4a9e0be08a337dbbf6853c852d..5352e7e3bdc57ee417fff301ee8c5ade832f109d 100644 (file)
@@ -1,4 +1,3 @@
 DPDK_17.05 {
-
-    local: *;
+       local: *;
 };
index b26efa67cd3c0faacec69af3e6c31f5890a6e3be..de8e412ff1fd22ac6d0d263f9e1c0938cb91d625 100644 (file)
@@ -1,4 +1,3 @@
 DPDK_18.05 {
-
-        local: *;
+       local: *;
 };
index 03ddb44e747ddc01e79a843c1f59f352700fbe6e..00d955c48185953e7bfcf3bd05aed4a5b4be9d80 100644 (file)
@@ -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;
index cc4a11f65ac7bea8c07191409c614664718736f4..a0a11cea8df475630367fb75f89808aaaf8ab318 100644 (file)
@@ -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;
 
index 6f900b673845da0b671e4ae85fb6bc7d99f83efc..9e2d352850b930b8d789162aad4596acf9566767 100644 (file)
@@ -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: *;
 };
index 7ca007353b4dd838076131d65d99a7eda1ef1922..a695b61dcb3026ce2d72db7b36ca92c80dbeab80 100644 (file)
@@ -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;
index d40d5515fe3a821fb1ef479b53e23f8f56dcc897..a193007c61b3e3165641da1c6f645faa3239a8c9 100644 (file)
@@ -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;
 
index 17a083b2b0ebea8909deaf6baf171ca2565bfc39..042917360e40490de6143361463dc8630a2f6d50 100644 (file)
@@ -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;
 };