OSDN Git Service

Merge branch 'ionic-vf-attr-replay-and-other-updates'
authorJakub Kicinski <kuba@kernel.org>
Fri, 28 Oct 2022 03:34:18 +0000 (20:34 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 Oct 2022 03:34:19 +0000 (20:34 -0700)
commit3e8e4aa5daf750092f2fae03e5ffc289a5c630f5
treebff375b309a487c321e45946b3b9c335a3422922
parent31f1aa4f740fc591450777f4ff94d6e062b6f632
parente55f0f5befc26e2ba6bb8c1f945ea8e37ee0e334
Merge branch 'ionic-vf-attr-replay-and-other-updates'

Shannon Nelson says:

====================
ionic: VF attr replay and other updates

For better VF management when a FW update restart or a FW crash recover is
detected, the PF now will replay any user specified VF attributes to be
sure the FW hasn't lost them in the restart.

Newer FW offers more packet processing offloads, so we now support them in
the driver.

A small refactor of the Rx buffer fill cleans a bit of code and will help
future work on buffer caching.
====================

Link: https://lore.kernel.org/r/20221026143744.11598-1-snelson@pensando.io
Signed-off-by: Jakub Kicinski <kuba@kernel.org>