Skip to content

Commit

Permalink
service: clean references to removed symbol
Browse files Browse the repository at this point in the history
[ upstream commit 60e0e75 ]

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: 8edc9aa ("service: use id in get by name function")

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>
  • Loading branch information
david-marchand authored and steevenlee committed May 8, 2021
1 parent e0a41b8 commit 6baf95a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions lib/librte_eal/include/rte_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ extern "C" {
#define RTE_SERVICE_CAP_MT_SAFE (1 << 0)

/**
* 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.
*/
Expand Down
1 change: 0 additions & 1 deletion lib/librte_eal/version.map
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ DPDK_21 {
rte_service_component_unregister;
rte_service_dump;
rte_service_finalize;
rte_service_get_by_id;
rte_service_get_by_name;
rte_service_get_count;
rte_service_get_name;
Expand Down

0 comments on commit 6baf95a

Please sign in to comment.