Acked-by: Vladimir Medvedkin <[email protected]>
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 scheduler layers visible to the application. Signed-off-by: Bruce Richardson <[email protected]> --- doc/guides/nics/ice.rst | 16 +++++++++- drivers/net/ice/ice_ethdev.c | 58 ++++++++++++++++++++++++++++++++++++ drivers/net/ice/ice_ethdev.h | 4 ++- drivers/net/ice/ice_tm.c | 28 +++++++++-------- 4 files changed, 92 insertions(+), 14 deletions(-)
<snip> -- Regards, Vladimir

