Re: [dpdk-dev] [PATCH 05/14] test/hash: rectify slaveid to point to valid cores

2019-06-05 Thread Wang, Yipeng1
>-Original Message- >From: David Marchand [mailto:david.march...@redhat.com] >Sent: Tuesday, June 4, 2019 2:00 AM >To: dev@dpdk.org >Cc: tho...@monjalon.net; acon...@redhat.com; msant...@redhat.com; Dharmik >Thakkar ; >sta...@dpdk.org; Wang, Yipeng1 ; Gobriel, Sameh >; Richardson, Bruce >

[dpdk-dev] [PATCH 05/14] test/hash: rectify slaveid to point to valid cores

2019-06-04 Thread David Marchand
From: Dharmik Thakkar 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: sta...@dpdk.org Sig