service: fix build with clang 15
This variable is not used.
Bugzilla ID: 1130
Fixes: 21698354c8
("service: introduce service cores concept")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
This commit is contained in:
parent
903ec2b1b4
commit
b41e574c2d
@ -107,14 +107,12 @@ rte_service_init(void)
|
||||
}
|
||||
|
||||
int i;
|
||||
int count = 0;
|
||||
struct rte_config *cfg = rte_eal_get_configuration();
|
||||
for (i = 0; i < RTE_MAX_LCORE; i++) {
|
||||
if (lcore_config[i].core_role == ROLE_SERVICE) {
|
||||
if ((unsigned int)i == cfg->main_lcore)
|
||||
continue;
|
||||
rte_service_lcore_add(i);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user