Re: [dpdk-dev] [PATCH v7 06/16] test/distributor: synchronize lcores statistics

2020-10-16 Thread Lukasz Wojciechowski
Hi Honnappa, W dniu 16.10.2020 o 07:13, Honnappa Nagarahalli pisze: > Hi Lukasz, > I see that in commit 8/16, the same code is changed again (updating the > counters using the RELAXED memory order). It is better to pull the statistics > changes from 8/16 into this commit. I reordered patc

Re: [dpdk-dev] [PATCH v7 06/16] test/distributor: synchronize lcores statistics

2020-10-15 Thread Honnappa Nagarahalli
Hi Lukasz, I see that in commit 8/16, the same code is changed again (updating the counters using the RELAXED memory order). It is better to pull the statistics changes from 8/16 into this commit. Thanks, Honnappa > -Original Message- > From: dev On Behalf Of Lukasz Wojciechows