Hi Dave, please apply one more round of qeth patches. These implement support for a bunch of TX-related features - namely TX NAPI, BQL and xmit_more. Note that this includes two qdio patches which lay the necessary groundwork, and have been acked by Vasily. Thanks, Julian Julian Wiedmann (7): s390/qdio: enable drivers to poll for Output completions s390/qdio: let drivers opt-out from Output Queue scanning s390/qeth: collect accurate TX statistics s390/qeth: add TX NAPI support for IQD devices s390/qeth: when in TX NAPI mode, use napi_consume_skb() s390/qeth: add BQL support for IQD devices s390/qeth: add xmit_more support for IQD devices arch/s390/include/asm/qdio.h | 6 +- drivers/s390/cio/qdio.h | 3 +- drivers/s390/cio/qdio_main.c | 75 ++++-- drivers/s390/cio/qdio_setup.c | 2 +- drivers/s390/net/qeth_core.h | 52 ++++ drivers/s390/net/qeth_core_main.c | 410 +++++++++++++++++++++--------- drivers/s390/net/qeth_ethtool.c | 2 + drivers/s390/net/qeth_l2_main.c | 12 +- drivers/s390/net/qeth_l3_main.c | 9 +- 9 files changed, 414 insertions(+), 157 deletions(-) -- 2.17.1