commit | 1c103cf819da7af23c96d968d3172b4358970502 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Mar 18 13:54:47 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 18 16:33:35 2020 -0700 |
tree | 548f3469580e88b8225e23fb6a45072ed043695b | |
parent | b413ff8a18d17b6ea3e4ca36d531257e12e9dd0f [diff] |
s390/qeth: remove prio-queueing support for z/VM NICs z/VM NICs don't offer HW QoS for TX rings. So just use netdev_pick_tx() to distribute the connections equally over all enabled TX queues. We start with just 1 enabled TX queue (this matches the typical configuration without prio-queueing). A follow-on patch will allow users to enable additional TX queues. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>