commit | 73dc2daf110f4a4e777003b22dda09bb40948fc9 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Apr 17 18:17:33 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 17 10:33:59 2019 -0700 |
tree | 49b9f62d80fc361a419002b6d86ced8fe4230017 | |
parent | 3a18d75400ff14cf3518637579974e22aa0113bd [diff] |
s390/qeth: add TX multiqueue support for OSA devices This adds trivial support for multiple TX queues on OSA-style devices (both real HW and z/VM NICs). For now we expose the driver's existing QoS mechanism via .ndo_select_queue, and adjust the number of available TX queues when qeth_update_from_chp_desc() detects that the HW configuration has changed. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>