Re: [ovs-dev] [PATCH v2 3/4] dpif-netdev: Fix PMD auto load balance with pmd-rxq-isolate.

2022-03-04 Thread Mike Pattrick
On Fri, Mar 4, 2022 at 11:12 AM Kevin Traynor wrote: > > There are currently some checks for cross-numa polling cases to > ensure that they won't effect the accuracy of the PMD ALB. > > If an rxq is pinned to a pmd core by the user it will not be > reassigned by OVS, so even if it is non-local num

[ovs-dev] [PATCH v2 3/4] dpif-netdev: Fix PMD auto load balance with pmd-rxq-isolate.

2022-03-04 Thread Kevin Traynor
There are currently some checks for cross-numa polling cases to ensure that they won't effect the accuracy of the PMD ALB. If an rxq is pinned to a pmd core by the user it will not be reassigned by OVS, so even if it is non-local numa polled it will not impact PMD ALB accuracy. To establish this,