Re: [dpdk-dev] [PATCH 1/2] test/hash: use existing lcore API

2019-05-22 Thread David Marchand
Hello, On Wed, May 22, 2019 at 2:16 AM Wang, Yipeng1 wrote: > >-Original Message- > >From: David Marchand [mailto:david.march...@redhat.com] > >Sent: Wednesday, May 15, 2019 12:57 AM > >To: dev@dpdk.org > >Cc: tho...@monjalon.net; step...@networkplumber.org; sta...@dpdk.org; > Wang, Yipe

Re: [dpdk-dev] [PATCH 1/2] test/hash: use existing lcore API

2019-05-21 Thread Wang, Yipeng1
>-Original Message- >From: David Marchand [mailto:david.march...@redhat.com] >Sent: Wednesday, May 15, 2019 12:57 AM >To: dev@dpdk.org >Cc: tho...@monjalon.net; step...@networkplumber.org; sta...@dpdk.org; Wang, >Yipeng1 ; Gobriel, >Sameh ; Richardson, Bruce >; De Lara Guarch, Pablo > >Su

Re: [dpdk-dev] [PATCH 1/2] test/hash: use existing lcore API

2019-05-15 Thread Maxime Coquelin
On 5/15/19 9:56 AM, David Marchand wrote: Prefer the existing apis rather than direct access the configuration structure. Fixes: c7eb0972e74b ("test/hash: add lock-free r/w concurrency") Fixes: 3f9aab961ed3 ("test/hash: check lock-free extendable bucket") Cc:sta...@dpdk.org Signed-off-by: Da

[dpdk-dev] [PATCH 1/2] test/hash: use existing lcore API

2019-05-15 Thread David Marchand
Prefer the existing apis rather than direct access the configuration structure. Fixes: c7eb0972e74b ("test/hash: add lock-free r/w concurrency") Fixes: 3f9aab961ed3 ("test/hash: check lock-free extendable bucket") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- app/test/test_hash_readwrit