[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250416211821.444076-1-pavan.kumar.linga@intel.com>
Date: Wed, 16 Apr 2025 14:18:12 -0700
From: Pavan Kumar Linga <pavan.kumar.linga@...el.com>
To: intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org,
milena.olech@...el.com,
anton.nadezhdin@...el.com,
Pavan Kumar Linga <pavan.kumar.linga@...el.com>
Subject: [PATCH iwl-next 0/9] refactor IDPF resource access
Queue and vector resources for a given vport, are stored in the
idpf_vport structure. At the time of configuration, these
resources are accessed using vport pointer. Meaning, all the
config path functions are tied to the default queue and vector
resources of the vport.
There are use cases which can make use of config path functions
to configure queue and vector resources that are not tied to any
vport. One such use case is PTP secondary mailbox creation
(it would be in a followup series). To configure queue and interrupt
resources for such cases, we can make use of the existing config
infrastructure by passing the necessary queue and vector resources info.
To achieve this, group the existing queue and vector resources into
default resource group and refactor the code to pass the resource
pointer to the config path functions.
This series also includes patches which generalizes the send virtchnl
message APIs and mailbox API that are necessary for the implementation
of PTP secondary mailbox.
Pavan Kumar Linga (9):
idpf: introduce local idpf structure to store virtchnl queue chunks
idpf: use existing queue chunk info instead of preparing it
idpf: introduce idpf_q_vec_rsrc struct and move vector resources to it
idpf: move queue resources to idpf_q_vec_rsrc structure
idpf: reshuffle idpf_vport struct members to avoid holes
idpf: add rss_data field to RSS function parameters
idpf: generalize send virtchnl message API
idpf: avoid calling get_rx_ptypes for each vport
idpf: generalize mailbox API
drivers/net/ethernet/intel/idpf/idpf.h | 152 ++-
drivers/net/ethernet/intel/idpf/idpf_dev.c | 12 +-
.../net/ethernet/intel/idpf/idpf_ethtool.c | 87 +-
drivers/net/ethernet/intel/idpf/idpf_lib.c | 233 ++--
drivers/net/ethernet/intel/idpf/idpf_txrx.c | 639 +++++-----
drivers/net/ethernet/intel/idpf/idpf_txrx.h | 36 +-
drivers/net/ethernet/intel/idpf/idpf_vf_dev.c | 15 +-
.../net/ethernet/intel/idpf/idpf_virtchnl.c | 1127 ++++++++---------
.../net/ethernet/intel/idpf/idpf_virtchnl.h | 77 +-
9 files changed, 1239 insertions(+), 1139 deletions(-)
--
2.43.0
Powered by blists - more mailing lists