mbox series

[net,v2,0/2] sfc: fix some efx_separate_tx_channels errors

Message ID 20220527080529.24225-1-ihuguet@redhat.com (mailing list archive)
Headers show
Series sfc: fix some efx_separate_tx_channels errors | expand

Message

Íñigo Huguet May 27, 2022, 8:05 a.m. UTC
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

Martin Habets (1):
  sfc: fix considering that all channels have TX queues

Íñigo Huguet (1):
  sfc: fix wrong tx channel offset with efx_separate_tx_channels

 drivers/net/ethernet/sfc/efx_channels.c | 6 ++----
 drivers/net/ethernet/sfc/net_driver.h   | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 29, 2022, 11:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 27 May 2022 10:05:27 +0200 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] sfc: fix considering that all channels have TX queues
    https://git.kernel.org/netdev/net/c/2e102b53f8a7
  - [net,v2,2/2] sfc: fix wrong tx channel offset with efx_separate_tx_channels
    https://git.kernel.org/netdev/net/c/c308dfd1b43e

You are awesome, thank you!