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]>
> ---
>
> Notes:
> v2:
> - Moved this to before ABI version bump to avoid compile breakage
Idem, those symbols must be removed from the lib .map.
--- a/lib/librte_lpm/rte_lpm_version.map
+++ b/lib/librte_lpm/rte_lpm_version.map
@@ -1,23 +1,12 @@
DPDK_2.0 {
global:
- rte_lpm_add;
- rte_lpm_create;
- rte_lpm_delete;
- rte_lpm_delete_all;
- rte_lpm_find_existing;
- rte_lpm_free;
- rte_lpm_is_rule_present;
- rte_lpm6_add;
rte_lpm6_create;
rte_lpm6_delete;
rte_lpm6_delete_all;
rte_lpm6_delete_bulk_func;
rte_lpm6_find_existing;
rte_lpm6_free;
- rte_lpm6_is_rule_present;
- rte_lpm6_lookup;
- rte_lpm6_lookup_bulk_func;
local: *;
};
--
David Marchand