Re: [PATCH 3/4] eal: add API to check if lcore id is valid

2023-06-07 Thread Stephen Hemminger
On Wed, 7 Jun 2023 12:19:00 +0200 Morten Brørup wrote: > > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > > Sent: Thursday, 9 March 2023 05.58 > > > > Simple API to check if the lcore ID does not exceed the > > maximum number of lcores configured. > > > > Signed-off-by: Honn

RE: [PATCH 3/4] eal: add API to check if lcore id is valid

2023-06-07 Thread Morten Brørup
> From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Thursday, 9 March 2023 05.58 > > Simple API to check if the lcore ID does not exceed the > maximum number of lcores configured. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Ruifeng Wang > --- > lib/eal/include

[PATCH 3/4] eal: add API to check if lcore id is valid

2023-03-08 Thread Honnappa Nagarahalli
Simple API to check if the lcore ID does not exceed the maximum number of lcores configured. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Ruifeng Wang --- lib/eal/include/rte_lcore.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/lib/eal/include/rte_lcore.h b/lib/eal/in