Re: [ovs-dev] [PATCH 2/4] dpif-netdev: Least-loaded scheduling algorithm for rxqs

2021-06-29 Thread 0-day Robot
Bleep bloop. Greetings , I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Jan

[ovs-dev] [PATCH 2/4] dpif-netdev: Least-loaded scheduling algorithm for rxqs

2021-06-29 Thread anurag2k
From: Anurag Agarwal The current algorithm for balancing unpinned rxqs over non-isolated pmds assigns the rxqs in descending load order to pmds in a "zig-zag" fashion (e.g. A,B,C,C,B,A,A,B,...). This simple heuristic relies on the pmds being initially "empty" and produces optimal results only if