Re: [ovs-dev] [PATCH v3 3/5] pmd.at: Add tests for multi non-local numa pmds.

2022-03-11 Thread Kevin Traynor
On 11/03/2022 13:23, Kevin Traynor wrote: Ensure that if there are no local numa pmd cores available that pmd cores from all other non-local numas will be used. NACK this patch. The numas are held in a hash map so order is not guaranteed but I mixed up what the pmd-rxq-show output was sorted

[ovs-dev] [PATCH v3 3/5] pmd.at: Add tests for multi non-local numa pmds.

2022-03-11 Thread Kevin Traynor
Ensure that if there are no local numa pmd cores available that pmd cores from all other non-local numas will be used. Signed-off-by: Kevin Traynor --- tests/pmd.at | 91 +++- 1 file changed, 90 insertions(+), 1 deletion(-) diff --git a/tests/pmd.