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)
commitcd3ff99b93f777ec9fd2844fbcd67ebc3350bb64
tree4341545f1404f9f86741f8912e5e166e8d0135ab
parentb489a6e5871690735752f8875f411e4d0cd8e5df
parenta0b843340dae704e17c1ddfad0f85c583c36757f
Merge branch 'nfp-fixes-for-v5-19'

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>