-----Original Message-----
From: Intel-wired-lan <redacted> On Behalf Of Jacob Keller
Sent: 02 June 2026 05:44
To: Intel Wired LAN <redacted>; netdev@vger.kernel.org; Nguyen, Anthony L <anthony.l.nguyen@intel.com>
Cc: Kitszel, Przemyslaw <przemyslaw.kitszel@intel.com>; Loktionov, Aleksandr <redacted>; Keller, Jacob E <jacob.e.keller@intel.com>; Loktionov, Aleksandr <redacted>
Subject: [Intel-wired-lan] [PATCH iwl-next 3/6] ice: extract function to allocate aggregator info structure
Add a new ice_alloc_agg_info() helper function which allocates an aggregator info structure with an ID between min_id and max_id, inserting it into the agg_list xarray. Use this function in ice_sched_cfg_agg().
This is done in preparation of refactoring the aggregator node ID logic in ice_set_agg_vsi().
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Aleksandr Loktionov <redacted>
---
drivers/net/ethernet/intel/ice/ice_sched.c | 74 +++++++++++++++++++++---------
1 file changed, 52 insertions(+), 22 deletions(-)
Tested-by: Rinitha S <redacted> (A Contingent worker at Intel)