netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] sfc: fix some efx_separate_tx_channels errors
@ 2022-05-27  8:05 Íñigo Huguet
  2022-05-27  8:05 ` [PATCH net v2 1/2] sfc: fix considering that all channels have TX queues Íñigo Huguet
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Íñigo Huguet @ 2022-05-27  8:05 UTC (permalink / raw)
  To: ecree.xilinx, habetsm.xilinx
  Cc: davem, edumazet, kuba, pabeni, cmclachlan, brouer, netdev,
	Íñigo Huguet

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-29 11:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-27  8:05 [PATCH net v2 0/2] sfc: fix some efx_separate_tx_channels errors Íñigo Huguet
2022-05-27  8:05 ` [PATCH net v2 1/2] sfc: fix considering that all channels have TX queues Íñigo Huguet
2022-05-27  8:05 ` [PATCH net v2 2/2] sfc: fix wrong tx channel offset with efx_separate_tx_channels Íñigo Huguet
2022-05-29 11:20 ` [PATCH net v2 0/2] sfc: fix some efx_separate_tx_channels errors patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).