>-----Original Message----- >From: David Marchand [mailto:[email protected]] >Sent: Tuesday, June 4, 2019 2:00 AM >To: [email protected] >Cc: [email protected]; [email protected]; [email protected]; Dharmik >Thakkar <[email protected]>; >[email protected]; Wang, Yipeng1 <[email protected]>; Gobriel, Sameh ><[email protected]>; Richardson, Bruce ><[email protected]>; De Lara Guarch, Pablo ><[email protected]> >Subject: [PATCH 05/14] test/hash: rectify slaveid to point to valid cores > >From: Dharmik Thakkar <[email protected]> > >This patch rectifies slave_id to point to valid core indexes rather than >core ranks in read-write lock-free concurrency test. > >It also replaces a 'for' loop with RTE_LCORE_FOREACH API. > >Fixes: c7eb0972e74b ("test/hash: add lock-free r/w concurrency") >Cc: [email protected] > >Signed-off-by: Dharmik Thakkar <[email protected]> >Reviewed-by: Ruifeng Wang <[email protected]> >Signed-off-by: David Marchand <[email protected]> Acked-by: Yipeng Wang <[email protected]>

