From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Wiedmann Subject: [PATCH net-next 00/11] s390/qeth: updates 2018-07-19 Date: Thu, 19 Jul 2018 12:43:47 +0200 Message-ID: <20180719104358.79696-1-jwi@linux.ibm.com> Cc: , , Martin Schwidefsky , Heiko Carstens , Stefan Raspl , Ursula Braun , Julian Wiedmann To: David Miller Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:46372 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727335AbeGSL11 (ORCPT ); Thu, 19 Jul 2018 07:27:27 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w6JAipMq084801 for ; Thu, 19 Jul 2018 06:44:53 -0400 Received: from e06smtp04.uk.ibm.com (e06smtp04.uk.ibm.com [195.75.94.100]) by mx0a-001b2d01.pphosted.com with ESMTP id 2kaqejcmwf-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 19 Jul 2018 06:44:52 -0400 Received: from localhost by e06smtp04.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Jul 2018 11:44:09 +0100 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, please apply one more round of qeth patches to net-next. This brings additional performance improvements for the transmit code, and some refactoring to pave the way for using netdev_priv. Also, two minor fixes for rare corner cases. Thanks, Julian Julian Wiedmann (11): s390/qeth: fix race in used-buffer accounting s390/qeth: reset layer2 attribute on layer switch s390/qeth: remove redundant netif_carrier_ok() checks s390/qeth: allocate netdevice early s390/qeth: don't cache HW port number s390/qeth: simplify max MTU handling s390/qeth: use core MTU range checking s390/qeth: add statistics for consumed buffer elements s390/qeth: merge linearize-check into HW header construction s390/qeth: add support for constrained HW headers s390/qeth: speed up L2 IQD xmit drivers/s390/net/qeth_core.h | 11 +- drivers/s390/net/qeth_core_main.c | 283 ++++++++++++++++++++++++-------------- drivers/s390/net/qeth_core_mpc.h | 1 + drivers/s390/net/qeth_core_sys.c | 18 ++- drivers/s390/net/qeth_l2_main.c | 176 +++++++----------------- drivers/s390/net/qeth_l3_main.c | 112 +++++---------- drivers/s390/net/qeth_l3_sys.c | 6 +- 7 files changed, 287 insertions(+), 320 deletions(-) -- 2.16.4