From patchwork Mon Jul 16 15:36:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Salil Mehta X-Patchwork-Id: 142032 Delivered-To: patch@linaro.org Received: by 2002:a2e:9754:0:0:0:0:0 with SMTP id f20-v6csp2568359ljj; Mon, 16 Jul 2018 08:37:28 -0700 (PDT) X-Google-Smtp-Source: AAOMgpetafhPNBHvwObwQ0GjESKBQR3GqDTKbHDF8TlgvLi8npVk9qAnMvfoSfePmvCorcYdB+lc X-Received: by 2002:a17:902:d88d:: with SMTP id b13-v6mr17201599plz.314.1531755448253; Mon, 16 Jul 2018 08:37:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531755448; cv=none; d=google.com; s=arc-20160816; b=sDrpgZx6pUPUOSq0Xg7bkMvc36FJyFfDJznAn3nhKvHOksREstCXY0FCXpLYg2XI3Y d5+QlfAE8bFm0Rw5cFfxxR11E6h2q9W+3/fEp5uQIWn1LVXjwLftNIoCSEq1uTpBPTNi hskZ20LXk61oqFWIsCSFH6wBvSRiEuX9L5zehN6HWgVcbHtW8Myvs47ilM7wIwZeNDuE ZVW+2fxJ4HTJE1ZbkPtDTYMl2O4DDWCJ1f8GpucdS0u88H/z8yHxkDYP9xGc+l47qwbK Ckvjcv6nVy2j86SD5qBPayXarckMw2NGdLjoXmowRVAUUIzHmy/t9KjJPWHsPZgxk3WJ 59wQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from:arc-authentication-results; bh=cIT2pe3VT6z/Pvyy64/HcM1L+5N6kQ/o+6qnGt3qRFE=; b=vtlLKYkYQMPcJ8UHhfEAVOzJJHGmZcImEBZ49iAl2xPnpPBFcdkdYNXH/S5IPmS6bR YxIH0UNagiSN/IjvS5Wq7JDrWyag/nrIMmt7vmUmm5MTbCO92bXg1/JcSWCTCgQZ2Cla QGI72AuRAoyMTeySycYbZ6aAxnNukMWtPSwR/KxM7FyFSeFdGqlbQrSEV+K1GtSzCrEL eta+G2QwCPTIQSHOuCDgwSWEojiUtVZMZ8WGuDR6i7cnW1kG8k20tsXbvQG4r13XmlTB DilJQlZykuGq2id7EBMOIKppMrBWN0pYQWcpKa7L08lSdiq74hqVDOogfsXxrZpwikMJ KKnQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g33-v6si31615058plb.297.2018.07.16.08.37.27; Mon, 16 Jul 2018 08:37:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731096AbeGPQFX (ORCPT + 31 others); Mon, 16 Jul 2018 12:05:23 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:9627 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727653AbeGPQFW (ORCPT ); Mon, 16 Jul 2018 12:05:22 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 0480F1C2C7F33; Mon, 16 Jul 2018 23:37:09 +0800 (CST) Received: from S00293818-DELL1.huawei.com (10.202.226.54) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.382.0; Mon, 16 Jul 2018 23:37:01 +0800 From: Salil Mehta To: CC: , , , , , , Subject: [PATCH net-next 0/9] Bug fixes and some minor changes to HNS3 driver Date: Mon, 16 Jul 2018 16:36:18 +0100 Message-ID: <20180716153627.476-1-salil.mehta@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.202.226.54] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch-set presents some fixes and minor changes to the HNS3 Ethernet Driver. Fuyun Liang (2): net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbx net: hns3: Fix comments for hclge_get_ring_chain_from_mbx Huazhong Tan (6): net: hns3: Modify the order of initializing command queue register net: hns3: Reset net device with rtnl_lock net: hns3: Prevent to request reset frequently net: hns3: Correct reset event status register net: hns3: Fix return value error in hns3_reset_notify_down_enet net: hns3: remove unnecessary ring configuration operation while resetting Yunsheng Lin (1): net: hns3: Fix for reset_level default assignment probelm drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 16 ++++++---------- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 4 ++-- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 20 +++++++++++++------- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 1 + .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 14 ++++++++------ 5 files changed, 30 insertions(+), 25 deletions(-) -- 2.7.4