On 5/24/22 15:48, [email protected] wrote: > From: Lin Huang <[email protected]> > > This series fix ALB parameters type mismatch and set a hard limit > to rebalance_intvl. > > It also includes some self-tests. > > Changes since v3: > 1. Fix CI warnings > > Changes since v2: > 1. Fix type mismatch int dpif-netdev.c. > > Changes since v1: > 1. Fix the commit message and formatting. > 2. Fix typo in unit tests. > > Lin Huang (2): > dpif-netdev: Fix ALB parameters type mismatch. > dpif-netdev: Fix ALB 'rebalance_intvl' max hard limit. > > lib/dpif-netdev.c | 29 +++++++++++++++++------------ > tests/alb.at | 20 +++++++++++++++++++- > 2 files changed, 36 insertions(+), 13 deletions(-) >
Thanks! Applied to master and 2.17. For the future: please, add the version number to the subject prefix of every patch in the set. 'git format-patch -v5 --cover-letter' does that automatically, so I'm not sure what happened here. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
