Re: [PATCH v2 07/10] test/eal: fix core check in c flag test

2024-11-15 Thread Stephen Hemminger
On Fri, 15 Nov 2024 09:07:42 + Bruce Richardson wrote: > On Thu, Nov 14, 2024 at 11:25:05AM -0800, Stephen Hemminger wrote: > > The expression for checking which lcore is enabled for 0-7 > > was wrong (missing case for 6). > > > > Link: https://pvs-studio.com/en/blog/posts/cpp/1179/ > > > >

Re: [PATCH v2 07/10] test/eal: fix core check in c flag test

2024-11-15 Thread Bruce Richardson
On Thu, Nov 14, 2024 at 11:25:05AM -0800, Stephen Hemminger wrote: > The expression for checking which lcore is enabled for 0-7 > was wrong (missing case for 6). > > Link: https://pvs-studio.com/en/blog/posts/cpp/1179/ > > Fixes: b0209034f2bb ("test/eal: check number of cores before running > su

[PATCH v2 07/10] test/eal: fix core check in c flag test

2024-11-14 Thread Stephen Hemminger
The expression for checking which lcore is enabled for 0-7 was wrong (missing case for 6). Link: https://pvs-studio.com/en/blog/posts/cpp/1179/ Fixes: b0209034f2bb ("test/eal: check number of cores before running subtests") Cc: msant...@redhat.com Cc: sta...@dpdk.org Signed-off-by: Stephen Hemmi