[dpdk-dev] [PATCH v7 05/10] lpm: remove deprecated code
David Marchand
david.marchand at redhat.com
Tue Nov 19 22:43:01 CET 2019
On Fri, Nov 8, 2019 at 5:25 PM Anatoly Burakov
<anatoly.burakov at intel.com> wrote:
>
> From: Marcin Baran <marcinx.baran at intel.com>
>
> Remove code for old ABI versions ahead of ABI version bump.
>
> Signed-off-by: Marcin Baran <marcinx.baran at intel.com>
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
>
> 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
More information about the dev
mailing list