On 15/05/2022 08:09, [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 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 | 28 ++++++++++++++++------------
tests/alb.at | 20 +++++++++++++++++++-
2 files changed, 35 insertions(+), 13 deletions(-)
The changes lgtm, just need the checkpatch CI warnings fixed and I can Ack.
fyi - you can check these before submission with the checkpatch script e.g.
$ git format-patch -2
$ ./utilities/checkpatch.py *.patch
thanks,
Kevin.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev