Merge branch 'bond-3ad-200g-400g'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2021 22:28:21 +0000 (14:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2021 22:28:21 +0000 (14:28 -0800)
commit9c2db446eaa03cd838ea3dd57d0b05717dc914e9
treee14f9c8d157d224d78dbdf4e6cef4ff39a74b4af
parent6bda2f6faed8ca1bb4b01616d190f9575a0748a0
parent5edf55ad95b5d5e444a7d104276c4b64a045adc3
Merge branch 'bond-3ad-200g-400g'

Nikolay Aleksandrov says:

====================
bonding: 3ad: support for 200G/400G ports and more verbose warning
xk
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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>