From nobody Wed Oct 8 05:52:40 2025 Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) (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 150C32E401; Mon, 16 Dec 2024 04:13:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.35 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734322426; cv=none; b=u+LODmHLJsIbnLJ24gAfCvNDuS6d7jzLgeYQHYtQv4Vu8SqACAZqAPgdtfhUe28TXDivAknB+GdbKO9kPRR2NdeKm3BHL1/cekfDPY5SXnOVZ5bF3YCza8uydqG/GDX/drxNc4Mqr/S/Iqlq3i3vfK/477vg+PQzayFHorIrECk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734322426; c=relaxed/simple; bh=7mFGzVA0JgGiB5IL1vNmjWu50ouzRgS2D01xJ+Zb7CY=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=T6DFJCyM5sng2oloF+Dn+yskczMnCuc8goksbC61FvUEUwOhJxkKsRU3FhuXa0ccFU5tfLGQTRRnwjg64oS9LLW2cpJi7jyhU4dIzat4kdNktMQqhDO5XYRvPgFwc8M+A0iG+PSoF++/v201kT0jkLNn2o2Pt6C5ruaSp1Imzuc= 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.35 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.88.163]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4YBRMK2ncbz1T7Fv; Mon, 16 Dec 2024 12:11:09 +0800 (CST) Received: from kwepemk100013.china.huawei.com (unknown [7.202.194.61]) by mail.maildlp.com (Postfix) with ESMTPS id C05A7180043; Mon, 16 Dec 2024 12:13:41 +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; Mon, 16 Dec 2024 12:13:40 +0800 From: Jijie Shao To: , , , , , , CC: , , , , , , , , , , , , , , Subject: [PATCH V8 net-next 7/7] net: hibmcge: Add nway_reset supported in this module Date: Mon, 16 Dec 2024 12:05:32 +0800 Message-ID: <20241216040532.1566229-8-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20241216040532.1566229-1-shaojijie@huawei.com> References: <20241216040532.1566229-1-shaojijie@huawei.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemk100013.china.huawei.com (7.202.194.61) Content-Type: text/plain; charset="utf-8" Add nway_reset supported in this module Signed-off-by: Jijie Shao Reviewed-by: Andrew Lunn --- drivers/net/ethernet/hisilicon/hibmcge/hbg_ethtool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/hisilicon/hibmcge/hbg_ethtool.c b/drivers= /net/ethernet/hisilicon/hibmcge/hbg_ethtool.c index 326228b7b801..00364a438ec2 100644 --- a/drivers/net/ethernet/hisilicon/hibmcge/hbg_ethtool.c +++ b/drivers/net/ethernet/hisilicon/hibmcge/hbg_ethtool.c @@ -189,6 +189,7 @@ static const struct ethtool_ops hbg_ethtool_ops =3D { .get_pauseparam =3D hbg_ethtool_get_pauseparam, .set_pauseparam =3D hbg_ethtool_set_pauseparam, .reset =3D hbg_ethtool_reset, + .nway_reset =3D phy_ethtool_nway_reset, }; =20 void hbg_ethtool_set_ops(struct net_device *netdev) --=20 2.33.0