Hi Dave, please apply the following patch series for qeth to your net-next tree. This reworks the RX code to use napi_gro_frags() when building non-linear skbs, along with some consolidation and cleanups. Happy holidays - and many thanks for all the effort & support over the past year, to both Jakub and you. It's much appreciated. Thanks, Julian Julian Wiedmann (3): s390/qeth: consolidate RX code s390/qeth: use napi_gro_frags() for SG skbs s390/qeth: remove QETH_RX_PULL_LEN drivers/s390/net/qeth_core.h | 17 --- drivers/s390/net/qeth_core_main.c | 239 +++++++++++++++++++++++++----- drivers/s390/net/qeth_l2_main.c | 40 ----- drivers/s390/net/qeth_l3_main.c | 91 ------------ 4 files changed, 200 insertions(+), 187 deletions(-) -- 2.17.1