]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
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)
commitb148d400f820637bcc95f6aca64c8763a2db858f
tree25a035e2be7cb279ca8ac7d20c00ed95b9218baf
parentc078381856230f1e8e13738661d83c2b4b433819
parent64cb6aad12328015202af5b2a9623c6bcc021855
Merge branch 'taprio-queuemaxsdu-fixes'

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>