commit | fcc2df8b8777c960c8125bc157423c76415a5419 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Mar 18 13:54:48 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 18 16:33:35 2020 -0700 |
tree | 3272f2118e754a0727cda3f24d15e8fc859c0030 | |
parent | 1c103cf819da7af23c96d968d3172b4358970502 [diff] |
s390/qeth: allow configuration of TX queues for z/VM NICs Add support for ETHTOOL_SCHANNELS to change the count of active TX queues. Since all TX queue structs are pre-allocated and -registered, we just need to trivially adjust dev->real_num_tx_queues. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>