]> 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)
commit064f3fdea03ad51221fc5d8a6e5a3afd6fb14d65
tree3272f2118e754a0727cda3f24d15e8fc859c0030
parentf54fe32645dcace9e956ab3ae6c6ee02de98f444
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