OSDN Git Service

Merge branch 'taprio-queuemaxsdu-fixes'
authorPaolo Abeni <pabeni@redhat.com>
Mon, 20 Feb 2023 07:46:59 +0000 (08:46 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Mon, 20 Feb 2023 07:46:59 +0000 (08:46 +0100)
Vladimir Oltean says:

====================
taprio queueMaxSDU fixes

This fixes 3 issues noticed while attempting to reoffload the
dynamically calculated queueMaxSDU values. These are:
- Dynamic queueMaxSDU is not calculated correctly due to a lost patch
- Dynamically calculated queueMaxSDU needs to be clamped on the low end
- Dynamically calculated queueMaxSDU needs to be clamped on the high end
====================

Link: https://lore.kernel.org/r/20230215224632.2532685-1-vladimir.oltean@nxp.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge