On Fri, Nov 8, 2019 at 5:25 PM Anatoly Burakov
<[email protected]> wrote:
>
> From: Marcin Baran <[email protected]>
>
> Remove code for old ABI versions ahead of ABI version bump.
>
> Signed-off-by: Marcin Baran <[email protected]>
> Signed-off-by: Anatoly Burakov <[email protected]>
> Acked-by: Bruce Richardson <[email protected]>
> Acked-by: Erik Gabriel Carrillo <[email protected]>
> ---
>
> Notes:
> v2:
> - Moved this to before ABI version bump to avoid compile breakage
The .map should have been cleaned up at the same time those symbols are removed.
diff --git a/lib/librte_timer/rte_timer_version.map
b/lib/librte_timer/rte_timer_version.map
index 72f75c818..92c69b2e2 100644
--- a/lib/librte_timer/rte_timer_version.map
+++ b/lib/librte_timer/rte_timer_version.map
@@ -1,15 +1,10 @@
DPDK_2.0 {
global:
- rte_timer_dump_stats;
rte_timer_init;
- rte_timer_manage;
rte_timer_pending;
- rte_timer_reset;
rte_timer_reset_sync;
- rte_timer_stop;
rte_timer_stop_sync;
- rte_timer_subsystem_init;
local: *;
};
--
David Marchand