]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-vf-rate-limit-support'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 12 May 2022 11:03:12 +0000 (13:03 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 12 May 2022 11:03:12 +0000 (13:03 +0200)
commitcf554fad2afd1f096bc39d01902a77f6962aed15
tree65c76bd75ec6eef47ec3437db6aa5c0df3d36f92
parent5f627b587abae0b8ab32ad1b2cdfee55344ae0ad
parent0f4b1d2f61df7bff6b25b43e3a322b84c7aea922
Merge branch 'nfp-vf-rate-limit-support'

Simon Horman says:

====================
*nfp: VF rate limit support

this short series adds VF rate limiting to the NFP driver.

The first patch, as suggested by Jakub Kicinski, adds a helper
to check that ndo_set_vf_rate() rate parameters are sane.
It also provides a place for further parameter checking to live,
if needed in future.

The second patch adds VF rate limit support to the NFP driver.
It addresses several comments made on v1, including removing
the parameter check that is now provided by the helper added
in the first patch.
====================

Link: https://lore.kernel.org/r/20220511113932.92114-1-simon.horman@corigine.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>