> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Jacob > Keller > Sent: 02 June 2026 05:44 > To: Intel Wired LAN <[email protected]>; > [email protected]; Nguyen, Anthony L <[email protected]> > Cc: Kitszel, Przemyslaw <[email protected]>; Loktionov, Aleksandr > <[email protected]>; Keller, Jacob E <[email protected]>; > Loktionov, Aleksandr <[email protected]> > 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 <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_sched.c | 74 +++++++++++++++++++++--------- > 1 file changed, 52 insertions(+), 22 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
