]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit62305acc893a962f9c9898f78184a494e8d8da11
tree4341545f1404f9f86741f8912e5e166e8d0135ab
parentb1214a06dfe957c73e10be083bb5c635bcd2e719
parent3be5bd9bda9605a02e04cd6f72e9cef7680ad927
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>