Re: [PATCH v5 5/5] net/ice: provide parameter to limit scheduler layers

2024-10-25 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 23/10/2024 17:55, Bruce Richardson wrote: In order to help with backward compatibility for applications, which may expect the ice driver tx scheduler (accessed via tm apis) to only have 3 layers, add in a devarg to allow the user to explicitly limit the number of

[PATCH v5 5/5] net/ice: provide parameter to limit scheduler layers

2024-10-23 Thread Bruce Richardson
In order to help with backward compatibility for applications, which may expect the ice driver tx scheduler (accessed via tm apis) to only have 3 layers, add in a devarg to allow the user to explicitly limit the number of scheduler layers visible to the application. Signed-off-by: Bruce Richardson