mbox series

[ovs-dev,v4,0/2] Fix ALB parameters type and value mismatch.

Message ID ME3P282MB3507017F3611F8F1D0EC025DCDD19@ME3P282MB3507.AUSP282.PROD.OUTLOOK.COM
Headers show
Series Fix ALB parameters type and value mismatch. | expand

Message

lin huang May 18, 2022, 2:18 p.m. UTC
From: Lin Huang <linhuang@ruijie.com.cn>

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 | 21 +++++++++++++--------
 tests/alb.at      | 20 +++++++++++++++++++-
 2 files changed, 32 insertions(+), 9 deletions(-)