service: clean references to removed symbol

rte_service_get_id() was removed in v17.11 but the API description
still referenced it and a version node was still present in EAL map.

Fixes: 8edc9aaaf2 ("service: use id in get by name function")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
David Marchand 2021-04-07 11:06:56 +02:00
parent 2e761ce184
commit 60e0e75b61
2 changed files with 1 additions and 5 deletions

View File

@ -49,9 +49,6 @@ extern "C" {
/** /**
* Return the number of services registered. * Return the number of services registered.
* *
* The number of services registered can be passed to *rte_service_get_by_id*,
* enabling the application to retrieve the specification of each service.
*
* @return The number of services registered. * @return The number of services registered.
*/ */
uint32_t rte_service_get_count(void); uint32_t rte_service_get_count(void);

View File

@ -159,7 +159,6 @@ DPDK_21 {
rte_service_component_unregister; rte_service_component_unregister;
rte_service_dump; rte_service_dump;
rte_service_finalize; rte_service_finalize;
rte_service_get_by_id;
rte_service_get_by_name; rte_service_get_by_name;
rte_service_get_count; rte_service_get_count;
rte_service_get_name; rte_service_get_name;