[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1579596133-54842-1-git-send-email-tanhuazhong@huawei.com>
Date: Tue, 21 Jan 2020 16:42:04 +0800
From: Huazhong Tan <tanhuazhong@...wei.com>
To: <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<salil.mehta@...wei.com>, <yisen.zhuang@...wei.com>,
<huangdaode@...wei.com>, <linuxarm@...wei.com>, <kuba@...nel.org>,
Huazhong Tan <tanhuazhong@...wei.com>
Subject: [PATCH net-next 0/9] net: hns3: misc updates for -net-next
This series includes some misc updates for the HNS3 ethernet driver.
[patch 1] adds a limitation for the error log in the
hns3_clean_tx_ring().
[patch 2] adds a check for pfmemalloc flag before reusing pages
since these pages may be used some special case.
[patch 3] assigns a default reset type 'HNAE3_NONE_RESET' to
VF's reset_type after initializing or reset.
[patch 4] unifies macro HCLGE_DFX_REG_TYPE_CNT's definition into
header file.
[patch 5] refines the parameter 'size' of snprintf() in the
hns3_init_module().
[patch 6] rewrites a debug message in hclge_put_vector().
[patch 7~9] adds some cleanups related to coding style.
Guangbin Huang (1):
net: hns3: delete unnecessary blank line and space for cleanup
Guojia Liao (2):
net: hns3: move duplicated macro definition into header
net: hns3: refine the input parameter 'size' for snprintf()
Huazhong Tan (3):
net: hns3: set VF's default reset_type to HNAE3_NONE_RESET
net: hns3: remove redundant print on ENOMEM
net: hns3: cleanup some coding style issue
Yonglong Liu (1):
net: hns3: rewrite a log in hclge_put_vector()
Yunsheng Lin (2):
net: hns3: limit the error logging in the hns3_clean_tx_ring()
net: hns3: do not reuse pfmemalloc pages
drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 6 +-
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 22 +++---
.../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 2 -
.../net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c | 6 +-
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 91 +++++++---------------
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 2 +
.../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 37 ++++-----
7 files changed, 59 insertions(+), 107 deletions(-)
--
2.7.4
Powered by blists - more mailing lists