]> 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)
commitcd1389a0bce0ddeb40a05aa618f182e0a726b05a
tree867c175ff7def0b0928c68105300da5f05322f16
parent13a013c1f9ce90b48a88d4990c6b5f079740d444
parent85316e38494ad4edff3aba322a4c18122583f6cb
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>