Merge branch 'updates-to-enetc-txq-management'
authorJakub Kicinski <kuba@kernel.org>
Sat, 4 Feb 2023 04:05:59 +0000 (20:05 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 4 Feb 2023 04:05:59 +0000 (20:05 -0800)
commit88c940cccbfd4bf8e16d50aa9dc0c15390cd17e5
tree39517501525c218341b5f975adbc63640339ac30
parent8788260e8f61cd0444b0db443c2f22af2b49c9fb
parent800db2d125c2bc22c448e2386c3518e663d6db71
Merge branch 'updates-to-enetc-txq-management'

Vladimir Oltean says:

====================
Updates to ENETC TXQ management

The set ensures that the number of TXQs given by enetc to the network
stack (mqprio or TX hashing) + the number of TXQs given to XDP never
exceeds the number of available TXQs.

These are the first 4 patches of series "[v5,net-next,00/17] ENETC
mqprio/taprio cleanup" from here:
https://patchwork.kernel.org/project/netdevbpf/cover/20230202003621.2679603-1-vladimir.oltean@nxp.com/

There is no change in this version compared to there. I split them off
because this contains a fix for net-next and it would be good if it
could go in quickly. I also did it to reduce the patch count of that
other series, if I need to respin it again.
====================

Link: https://lore.kernel.org/r/20230203001116.3814809-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>