On 3/23/22 15:09, Kevin Traynor wrote: > Some fixes found in the area of cross-numa polling > during recent code inspection and testing. > > v5: > - Reworked 3/5 UT check to simplify > - Minor terminology changes in comments and commitlogs > - Minor changes in commitlog tags > > v4: > - Reworked pmd.at UT to account for numa hash map > > v3: > - Add additional unit test (new patch 3/5) for rxq scheduling to > ensure that all non-local numas are used. > - Other patches unchanged > > v2: > - Updated comments in 3/4 to make the fn operation clearer. > - Added Acks on other patches > > GHA: https://github.com/kevintraynor/ovs/actions/runs/2028732609 > > Kevin Traynor (5): > dpif-netdev: Fix typo in function name. > dpif-netdev: Fix non-local numa selection for more than two numas. > pmd.at: Add tests for multi non-local numa pmds. > dpif-netdev: Fix PMD auto load balance with pmd-rxq-isolate. > alb.at: Add tests for cross-numa polling. > > lib/dpif-netdev.c | 25 +++++++++++++++---------- > tests/alb.at | 46 ++++++++++++++++++++++++++++++++++++++++++++++ > tests/pmd.at | 40 +++++++++++++++++++++++++++++++++++++++- > 3 files changed, 100 insertions(+), 11 deletions(-) >
Thanks! Applied and backported down to 2.16. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
