Nikolay Aleksandrov <ra...@blackwall.org> wrote: >From: Nikolay Aleksandrov <niko...@nvidia.com> > >Hi, >We'd like to have proper 200G and 400G support with 3ad bond mode, so we >need to add new definitions for them in order to have separate oper keys, >aggregated bandwidth and proper operation (patches 01 and 02). In >patch 03 Ido changes the code to use pr_err_once instead of >pr_warn_once which would help future detection of unsupported speeds. > >v2: patch 03: use pr_err_once instead of WARN_ONCE > >Thanks, > Nik > >Ido Schimmel (1): > bonding: 3ad: Print an error for unknown speeds > >Nikolay Aleksandrov (2): > bonding: 3ad: add support for 200G speed > bonding: 3ad: add support for 400G speed > > drivers/net/bonding/bond_3ad.c | 26 ++++++++++++++++++++++---- > 1 file changed, 22 insertions(+), 4 deletions(-)
Patches 1 and 2 could have been one patch, I suppose, but not really a big deal. I'm in agreement about pr_err_once instead of WARN_ONCE. Acked-by: Jay Vosburgh <jay.vosbu...@canonical.com> -J --- -Jay Vosburgh, jay.vosbu...@canonical.com