[ovs-dev] [PATCH 5/5] dpif-netdev: Catch reloads faster.

Ian Stokes ian.stokes at intel.com
Mon Jun 24 19:13:50 UTC 2019


On 5/23/2019 3:23 PM, David Marchand wrote:
> Looking at the reload flag only every 1024 loops can be a long time
> under load, since we might be handling 32 packets per polled rxq, per
> iteration, which means up to poll_cnt * 32 * 1024 packets.
> Look at the flag every loop, no major performance impact seen.
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> Acked-by: Eelco Chaudron <echaudro at redhat.com>

Looks/tested ok for me. Acked.

I've tested various setups in the series (adding/removining varios PMD 
configurations, isolating and distributing queueus, queue re-balancing). 
I also ran a number of scaling performance tests and did not see any 
impact on the performance side.

As I said in the previous patches, I'll wait until Ilya has time to test 
also as it's important that we don't see any regressions with this part 
of the codebase for the various usecases.

Thanks
Ian


More information about the dev mailing list