All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [iwl-next v1 0/3] ice: multiqueue on subfunction
@ 2024-10-31  6:00 ` Michal Swiatkowski
  0 siblings, 0 replies; 10+ messages in thread
From: Michal Swiatkowski @ 2024-10-31  6:00 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: netdev, sridhar.samudrala

Hi,

This patch is adding support for multiqueue on subfunction device.
mostly reuse pf code. Use max_io_eqs parameter as the max rx/tx queues
value.

Also add statistic as part of this changes.

Michal Swiatkowski (3):
  ice: support max_io_eqs for subfunction
  ice: ethtool support for SF
  ice: allow changing SF VSI queues number

 drivers/net/ethernet/intel/ice/devlink/port.c | 37 +++++++++++
 drivers/net/ethernet/intel/ice/ice.h          |  2 +
 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 65 +++++++++++++++----
 drivers/net/ethernet/intel/ice/ice_lib.c      | 63 ++++++++++--------
 drivers/net/ethernet/intel/ice/ice_sf_eth.c   |  1 +
 5 files changed, 128 insertions(+), 40 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2024-11-06  9:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31  6:00 [Intel-wired-lan] [iwl-next v1 0/3] ice: multiqueue on subfunction Michal Swiatkowski
2024-10-31  6:00 ` Michal Swiatkowski
2024-10-31  6:00 ` [Intel-wired-lan] [iwl-next v1 1/3] ice: support max_io_eqs for subfunction Michal Swiatkowski
2024-10-31  6:00   ` Michal Swiatkowski
2024-11-06  9:53   ` [Intel-wired-lan] " Simon Horman
2024-11-06  9:53     ` Simon Horman
2024-10-31  6:00 ` [Intel-wired-lan] [iwl-next v1 2/3] ice: ethtool support for SF Michal Swiatkowski
2024-10-31  6:00   ` Michal Swiatkowski
2024-10-31  6:00 ` [Intel-wired-lan] [iwl-next v1 3/3] ice: allow changing SF VSI queues number Michal Swiatkowski
2024-10-31  6:00   ` Michal Swiatkowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.