]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: allow configuration of TX queues for z/VM NICs
authorJulian Wiedmann <jwi@linux.ibm.com>
Wed, 18 Mar 2020 12:54:48 +0000 (13:54 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Mar 2020 23:33:35 +0000 (16:33 -0700)
commitb234610e050a747c0ae2377d9a7a54bae4ffd251
tree3272f2118e754a0727cda3f24d15e8fc859c0030
parent4d7540dbe2da7afdebc9d9d1d58c10b45b451b4e
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>
drivers/s390/net/qeth_ethtool.c