diff options
author | Julian Wiedmann <[email protected]> | 2020-03-10 17:53:35 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-03-11 23:17:28 -0700 |
commit | 4cda75275f9f89f9485b0ca4d6950c95258a9bce (patch) | |
tree | 2c8a0b60de98ed17368e8daa55dae141569c2bbb /drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | |
parent | dacf470b26418e91bef195342b25a234c94052e3 (diff) |
net: sched: make newly activated qdiscs visible
In their .attach callback, mq[prio] only add the qdiscs of the currently
active TX queues to the device's qdisc hash list.
If a user later increases the number of active TX queues, their qdiscs
are not visible via eg. 'tc qdisc show'.
Add a hook to netif_set_real_num_tx_queues() that walks all active
TX queues and adds those which are missing to the hash list.
CC: Eric Dumazet <[email protected]>
CC: Jamal Hadi Salim <[email protected]>
CC: Cong Wang <[email protected]>
CC: Jiri Pirko <[email protected]>
Signed-off-by: Julian Wiedmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c')
0 files changed, 0 insertions, 0 deletions