mbox series

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

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

Message

Íñigo Huguet June 1, 2022, 6:36 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.

This has been already done for sfc, do it also for sfc_siena.

v2:
* fix patch that didn't apply cleanly

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

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

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

Comments

patchwork-bot+netdevbpf@kernel.org June 2, 2022, 1 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  1 Jun 2022 08:36:01 +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.
> 
> This has been already done for sfc, do it also for sfc_siena.
> 
> v2:
> * fix patch that didn't apply cleanly
> 
> [...]

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

You are awesome, thank you!