]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sfc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 May 2022 11:12:53 +0000 (12:12 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 May 2022 11:12:53 +0000 (12:12 +0100)
commit90343f573252f5ebf13b3aa3b9a0b7e60ca7f503
tree867c175ff7def0b0928c68105300da5f05322f16
parent18eeb4dea65cb587057740d6b7b71a13bcfececd
parentc308dfd1b43ef0d4c3e57b741bb3462eb7a7f4a2
Merge branch 'sfc-fixes'

Íñigo Huguet says:

====================
sfc: fix some efx_separate_tx_channels errors

Trying to load sfc driver with modparam efx_separate_tx_channels=1
resulted in errors during initialization and not being able to use the
NIC. This patches fix a few bugs and make it work again.

v2:
* added Martin's patch instead of a previous mine. Mine one solved some
of the initialization errors, but Martin's solves them also in all
possible cases.
* removed whitespaces cleanup, as requested by Jakub
====================

Signed-off-by: David S. Miller <davem@davemloft.net>