Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1036424pxb; Thu, 19 Nov 2020 22:27:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJzhzKaiFeOap5tj6aKqxDpoMkAPrmxuMju9lHhpn9dUwT1NRHjSXfhqyD/y2+4N8csqUhG9 X-Received: by 2002:a17:906:ece7:: with SMTP id qt7mr12977941ejb.316.1605853654081; Thu, 19 Nov 2020 22:27:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605853654; cv=none; d=google.com; s=arc-20160816; b=oyrH7Xh/j77j/ZcOwugxoijRXnbpFNdfGLBk7D5bNdg4wkGmbS0R9zagOldFos26gD wl0pXfQag5JEW5qTO3yXQQHrfQ1BA9JrAq8nxX1dOwBATqKUw+GXi4RSQYzoR7lqVADq /XdGrfkkPieC0VVR6HeruDMt0QWgqH2LFeXgky0dwsFeHvxIFjU0BFREpv/hwFPLZnUQ M1g/24Hkb5+a/id5jTPM4JqDetuNs22tz8p0xYU8jKDDPDrChj+oBnhauUoS9kxqGk5E IgCxcTHpSDGsVDxFR7LBHk1SKT4Sq6uu5RAZarByO4jUzMwSjnjRfMrzk6mKS1dnZj8j gW7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=y9MqC3sOmMSDHiykw6PXLr6Nt+fb8Mr/nUNd1siztwQ=; b=yJWGg6HFlMg3/MBwpPHR2tk96Q3MurbXcU9oi8amjLoZPSdVIxn0jwO+aQENWMtAxr ZtTf9htC6gJtbGbk6vGdlGwt9qzdwcmAJSkdfv2z68nDCi0WFxwV3EQNId+XH0WkU5dh Z9B4wkBu+JL19jxo9rEGNjpcGKA3kP2mAo91zB5854oQqYvZGkr0IklrDPRi9eCXLyhd G04BBOt+SweotMbzPxL8sXG6v/hW2TInGGIKni3lmeIbwi6UZXGiBBU4Pidxxz4/npSR 05KXo8oP9i0KIU2APG/OayEK7oxIm5G6olFNVVIrLYXpG/oMYVKn7WIExKjeEj+K7DP/ B+ag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d24si1212841edj.373.2020.11.19.22.27.11; Thu, 19 Nov 2020 22:27:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726122AbgKTGYq (ORCPT + 99 others); Fri, 20 Nov 2020 01:24:46 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:8009 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725824AbgKTGYp (ORCPT ); Fri, 20 Nov 2020 01:24:45 -0500 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CcmjR1rfzzhdV0; Fri, 20 Nov 2020 14:24:27 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Fri, 20 Nov 2020 14:24:33 +0800 From: Huazhong Tan To: CC: , , , , , , Huazhong Tan Subject: [RFC V2 net-next 0/2] net: updates for -next Date: Fri, 20 Nov 2020 14:24:37 +0800 Message-ID: <1605853479-4483-1-git-send-email-tanhuazhong@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org #2 will add DIM for the HNS3 ethernet driver, then there will be two implemation of IRQ adaptive coalescing (DIM and driver custiom, so #1 adds a new netlink attribute to the ETHTOOL_MSG_COALESCE_GET/ETHTOOL_MSG_COALESCE_SET commands which controls the type of adaptive coalescing. change log: V2: fixes some problems in #1 reported by Andrew Lunn & Michal Kubecek. previous version: V1: https://patchwork.ozlabs.org/project/netdev/cover/1605758050-21061-1-git-send-email-tanhuazhong@huawei.com/ Huazhong Tan (2): ethtool: add support for controling the type of adaptive coalescing net: hns3: add support for dynamic interrupt moderation Documentation/networking/ethtool-netlink.rst | 1 + drivers/net/ethernet/hisilicon/Kconfig | 1 + drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 87 +++++++++++++++++++++- drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 4 + drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 25 ++++++- include/linux/ethtool.h | 14 ++++ include/uapi/linux/ethtool_netlink.h | 1 + net/ethtool/coalesce.c | 35 ++++++++- net/ethtool/netlink.h | 2 +- 9 files changed, 165 insertions(+), 5 deletions(-) -- 2.7.4