lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 22 May 2020 10:49:41 +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>, <linuxarm@...wei.com>, <kuba@...nel.org>, Huazhong Tan <tanhuazhong@...wei.com> Subject: [PATCH net-next 0/5] net: hns3: misc updates for -next This patchset includes some misc updates for the HNS3 ethernet driver. #1 adds support for dump VF's mapping of ring and vector, this is needed by the hns3 DPDK VF PMD driver. #2 adds a resetting check in hclgevf_init_nic_client_instance(). #3 adds a preparatory work for RMDA VF's driver. #4 removes some unnecessary operations in app loopback. #5 adds an error log for debugging. Guangbin Huang (2): net: hns3: add support for VF to query ring and vector mapping net: hns3: add a resetting check in hclgevf_init_nic_client_instance() Huazhong Tan (1): net: hns3: add a print for initializing CMDQ when reset pending Yufeng Mo (2): net: hns3: change the order of reinitializing RoCE and NIC client during reset net: hns3: remove unnecessary MAC enable in app loopback drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h | 1 + .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 3 + .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 11 +-- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 91 ++++++++++++++++++++++ .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 9 +++ 5 files changed, 108 insertions(+), 7 deletions(-) -- 2.7.4
Powered by blists - more mailing lists