Hi Dave, please apply some additional qeth patches to net-next. This patchset converts the driver to use the kernel's multiqueue model. Thanks, Julian Julian Wiedmann (8): s390/qeth: clarify naming for some QDIO helpers s390/qeth: handle error from qeth_update_from_chp_desc() s390/qeth: don't bother updating the last-tx time s390/qeth: don't keep statistics for tx timeout s390/qeth: add TX multiqueue support for IQD devices s390/qeth: add TX multiqueue support for OSA devices s390/qeth: simplify QoS code s390/qeth: stop/wake TX queues based on their fill level drivers/s390/net/qeth_core.h | 36 +++--- drivers/s390/net/qeth_core_main.c | 234 ++++++++++++++++++++++---------------- drivers/s390/net/qeth_core_sys.c | 7 +- drivers/s390/net/qeth_ethtool.c | 17 +++ drivers/s390/net/qeth_l2_main.c | 38 ++++--- drivers/s390/net/qeth_l3_main.c | 53 +++++---- 6 files changed, 233 insertions(+), 152 deletions(-) -- 2.16.4