commit | 16ef670789b252b221700adc413497ed2f941d8a | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Thu Apr 22 22:20:59 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 23 13:31:58 2021 -0700 |
tree | e4819c9b79b96d3d8ac205def2c95d1a5c51e978 | |
parent | 3630d519d7c3eab92567658690e44ffe0517d109 [diff] |
net: ethernet: mtk_eth_soc: remove unnecessary TX queue stops When running short on descriptors, only stop the queue for the netdev that tx was attempted for. By the time something tries to send on the other netdev, the ring might have some more room already. Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>