Re: [dpdk-dev] [PATCH] test/flow-classify: fix failure on dual socket systems

2020-05-11 Thread David Marchand
On Fri, May 1, 2020 at 1:07 PM Harry van Haaren wrote: > > This commit fixes failures of the flow_classify_autotest when > ran on dual-socket servers, as the sample application does not > support more than a single socket. Increasing the NB_SOCKETS > value allows the test to run successfully. > >

Re: [dpdk-dev] [PATCH] test/flow-classify: fix failure on dual socket systems

2020-05-05 Thread Iremonger, Bernard
Hi Harry, > -Original Message- > From: Yigit, Ferruh > Sent: Friday, May 1, 2020 12:51 PM > To: Van Haaren, Harry ; dev@dpdk.org > Cc: Iremonger, Bernard ; sta...@dpdk.org > Subject: Re: [PATCH] test/flow-classify: fix failure on dual socket systems > > On 5/1/2020 12:08 PM, Harry van Ha

Re: [dpdk-dev] [PATCH] test/flow-classify: fix failure on dual socket systems

2020-05-01 Thread Ferruh Yigit
On 5/1/2020 12:08 PM, Harry van Haaren wrote: > This commit fixes failures of the flow_classify_autotest when > ran on dual-socket servers, as the sample application does not > support more than a single socket. Increasing the NB_SOCKETS > value allows the test to run successfully. > > Fixes: 9c9b

[dpdk-dev] [PATCH] test/flow-classify: fix failure on dual socket systems

2020-05-01 Thread Harry van Haaren
This commit fixes failures of the flow_classify_autotest when ran on dual-socket servers, as the sample application does not support more than a single socket. Increasing the NB_SOCKETS value allows the test to run successfully. Fixes: 9c9befea4f57 ("test: add flow classify unit tests") Signed-of