Re: [PATCH] net/ice: fix support for 3 scheduler levels

2025-05-22 Thread Bruce Richardson
On Wed, May 21, 2025 at 11:52:21AM +0100, Loftus, Ciara wrote: > > > > When using only 3 scheduler levels, the VSI node needs to be a node > > further down the scheduler hierarchy, rather than one up it as with all > > other possible level settings (5-9). Take account of this possibility in > > th

RE: [PATCH] net/ice: fix support for 3 scheduler levels

2025-05-21 Thread Loftus, Ciara
> > When using only 3 scheduler levels, the VSI node needs to be a node > further down the scheduler hierarchy, rather than one up it as with all > other possible level settings (5-9). Take account of this possibility in > the code. > > Fixes: 4ace7701eb44 ("net/ice: provide parameter to limit sc

[PATCH] net/ice: fix support for 3 scheduler levels

2025-05-06 Thread Bruce Richardson
When using only 3 scheduler levels, the VSI node needs to be a node further down the scheduler hierarchy, rather than one up it as with all other possible level settings (5-9). Take account of this possibility in the code. Fixes: 4ace7701eb44 ("net/ice: provide parameter to limit scheduler layers"