netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net-next 0/5] Use all the resources configured on VIC
@ 2024-10-22  4:17 Nelson Escobar
  2024-10-22  4:17 ` [Patch net-next 1/5] enic: Create enic_wq/rq structures to bundle per wq/rq data Nelson Escobar
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Nelson Escobar @ 2024-10-22  4:17 UTC (permalink / raw)
  To: netdev; +Cc: satishkh, johndale, Nelson Escobar

Allow users to configure and use more than 8 rx queues and 8 tx queues
on the Cisco VIC.

This series changes the maximum number of tx and rx queues supported
from 8 to the hardware limit of 256, and allocates memory based on the
number of resources configured on the VIC.

Nelson Escobar (5):
  enic: Create enic_wq/rq structures to bundle per wq/rq data
  enic: Make MSI-X I/O interrupts come after the other required ones
  enic: Save resource counts we read from HW
  enic: Allocate arrays in enic struct based on VIC config
  enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust
    way

 drivers/net/ethernet/cisco/enic/enic.h        |  62 ++-
 .../net/ethernet/cisco/enic/enic_ethtool.c    |   8 +-
 drivers/net/ethernet/cisco/enic/enic_main.c   | 415 +++++++++++-------
 drivers/net/ethernet/cisco/enic/enic_res.c    |  33 +-
 4 files changed, 312 insertions(+), 206 deletions(-)

-- 
2.35.2


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

end of thread, other threads:[~2024-10-22 16:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22  4:17 [Patch net-next 0/5] Use all the resources configured on VIC Nelson Escobar
2024-10-22  4:17 ` [Patch net-next 1/5] enic: Create enic_wq/rq structures to bundle per wq/rq data Nelson Escobar
2024-10-22 16:35   ` Simon Horman
2024-10-22  4:17 ` [Patch net-next 2/5] enic: Make MSI-X I/O interrupts come after the other required ones Nelson Escobar
2024-10-22 16:36   ` Simon Horman
2024-10-22  4:17 ` [Patch net-next 3/5] enic: Save resource counts we read from HW Nelson Escobar
2024-10-22 16:36   ` Simon Horman
2024-10-22  4:17 ` [Patch net-next 4/5] enic: Allocate arrays in enic struct based on VIC config Nelson Escobar
2024-10-22 16:36   ` Simon Horman
2024-10-22 16:57   ` Kalesh Anakkur Purayil
2024-10-22  4:17 ` [Patch net-next 5/5] enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust way Nelson Escobar
2024-10-22 16:36   ` Simon Horman

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