]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Merge branch 'nfp-fixes-for-v5-19'
authorJakub Kicinski <kuba@kernel.org>
Fri, 10 Jun 2022 05:02:42 +0000 (22:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 10 Jun 2022 05:02:43 +0000 (22:02 -0700)
Simon Horman says:

====================
nfp: fixes for v5.19

this short series includes two fixes for the NFP driver.

1. Restructure GRE+VLAN flower offload to address a miss match
   between the NIC firmware and driver implementation which
   prevented these features from working in combination.

2. Prevent unnecessary warnings regarding rate limiting support.-
   It is expected that this feature to not _always_ be present
   but this was not taken into account when the code to check
   for this feature was added.
====================

Link: https://lore.kernel.org/r/20220608092901.124780-1-simon.horman@corigine.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge