Re: [ovs-dev] [PATCH 1/4] dpif-netdev: Refactor rxq auto-lb dry-run code.

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 1/4] dpif-netdev: Refactor rxq auto-lb dry-run code.

2021-06-29 Thread anurag2k
From: Anurag Agarwal The current functions performing a dry-run of the allocation of non-pinned rxqs to PMDs during rxq auto load-balancing duplicate most of the code of the rxq_scheduling() function used during actual rxq reconfiguration. This is difficult to maintain and there are actually