Re: [PATCH v2] test/bitops: check worker lcore availability

2024-10-30 Thread David Marchand
On Fri, Oct 25, 2024 at 9:39 AM David Marchand wrote: > > Coverity is not able to understand that having 2 lcores means that > rte_get_next_lcore(-1, 0, 1) can't return RTE_MAX_LCORE. > Add a check. > > Coverity issue: 445382, 445383, 445384, 445387, 445389, 445391 > Fixes: 35326b61aecb ("bitops:

Re: [PATCH v2] test/bitops: check worker lcore availability

2024-10-25 Thread Jack Bond-Preston
Acked-by: Jack Bond-Preston On 25/10/2024 08:39, David Marchand wrote: Coverity is not able to understand that having 2 lcores means that rte_get_next_lcore(-1, 0, 1) can't return RTE_MAX_LCORE. Add a check. Coverity issue: 445382, 445383, 445384, 445387, 445389, 445391 Fixes: 35326b61aecb ("b

RE: [PATCH v2] test/bitops: check worker lcore availability

2024-10-25 Thread Morten Brørup
Reviewed-by: Morten Brørup