From patchwork Wed Apr 2 13:38:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jijie Shao X-Patchwork-Id: 14036055 Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6239B239089; Wed, 2 Apr 2025 13:46:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.191 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743601567; cv=none; b=nDeRAWdsI6n1z7j/d9F5lBkKfem01eJEkfIRmzThflgaep89zJW5fI4z2PgVWYKEnwDiI/AqUgNdnHPYxiW4Lx6cit3QW4zx6WfyLXAWL+ugcuEUzEImrmLjYM+86ciZuujWVe742/s6ndD1kOBIJjVah7G3z9NwlAirwy76Pjk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743601567; c=relaxed/simple; bh=8C6s3iTw/dzqullslPk6dcNQgUZr2X5MK+EKD9rJpes=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=HLxbVSsoaAwRY+Jh8IgIC32QJWBezIpAEYJMULUwY6MlIvd4gwfwidku4tOmTpwSMFuK2Ae4KeN1gLfzsks+nsI2ecz0M0onUP8V6aJgmC3JR4PqH1U45lW7ji/2KVniBCNrbTz4jFRVAD+xo0hd18Qtibiid2OePKBUcm2OFxk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.191 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.17]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4ZSR165vcBz1R7ZS; Wed, 2 Apr 2025 21:44:10 +0800 (CST) Received: from kwepemk100013.china.huawei.com (unknown [7.202.194.61]) by mail.maildlp.com (Postfix) with ESMTPS id 501D71A0188; Wed, 2 Apr 2025 21:46:01 +0800 (CST) Received: from localhost.localdomain (10.90.30.45) by kwepemk100013.china.huawei.com (7.202.194.61) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Wed, 2 Apr 2025 21:46:00 +0800 From: Jijie Shao To: , , , , , CC: , , , , , , , , , Subject: [PATCH net 0/7] There are some bugfix for hibmcge driver Date: Wed, 2 Apr 2025 21:38:58 +0800 Message-ID: <20250402133905.895421-1-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemk100013.china.huawei.com (7.202.194.61) X-Patchwork-Delegate: kuba@kernel.org There are some bugfix for hibmcge driver Jijie Shao (7): net: hibmcge: fix incorrect pause frame statistics issue net: hibmcge: fix incorrect multicast filtering issue net: hibmcge: fix the share of irq statistics among different network ports issue net: hibmcge: fix wrong mtu log issue net: hibmcge: fix the incorrect np_link fail state issue. net: hibmcge: fix not restore rx pause mac addr after reset issue net: hibmcge: fix multiple phy_stop() issue .../ethernet/hisilicon/hibmcge/hbg_common.h | 8 ++++--- .../ethernet/hisilicon/hibmcge/hbg_debugfs.c | 11 +++++---- .../ethernet/hisilicon/hibmcge/hbg_diagnose.c | 2 +- .../net/ethernet/hisilicon/hibmcge/hbg_err.c | 3 +++ .../net/ethernet/hisilicon/hibmcge/hbg_hw.c | 7 ++++++ .../net/ethernet/hisilicon/hibmcge/hbg_irq.c | 24 ++++++++++++------- .../net/ethernet/hisilicon/hibmcge/hbg_main.c | 8 +++---- .../net/ethernet/hisilicon/hibmcge/hbg_mdio.c | 11 ++++++++- .../net/ethernet/hisilicon/hibmcge/hbg_reg.h | 3 +++ 9 files changed, 55 insertions(+), 22 deletions(-)