From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 25DB7A0507; Wed, 27 Apr 2022 03:07:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B584740E78; Wed, 27 Apr 2022 03:07:27 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 960DF40691 for ; Wed, 27 Apr 2022 03:07:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651021646; x=1682557646; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=T8y48uvsuYThA7+sQyHkAJ5zaiHUBuL5fus5zQD5G+k=; b=ctyH0hM/g0S8X3eGcJ9JM1as4ahLSpSQrysm6zEBJzhjzm7qIO7IehMc oo+BjrNj+OChfhWclYATWEf+4L7zWUNSs+hvCpxjIJuQchRtZrR4nHqkY OTNU+ojw9TbabjcuvlnfDwK9Me33Owtme16NbALNo6E+rAp5BFfJLhp3c ScHCu1/RrYvUm1CT17Gqjqkw3yxAPTG4h7KbCTPFbj1Q/G5JVh4m1Ldzk YP+evP5qE38fhQ1F3aUjVEUz3I1cvsWoNiJZrGUNgYKUsQstSSDTdaFdK J7Z/PYpdZI+zY6WGASvLtqHrrXN52btklydpSHdn9u04137LZ6mxXkg2d Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10329"; a="328714766" X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="328714766" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2022 18:07:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="617270812" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga008.fm.intel.com with ESMTP; 26 Apr 2022 18:07:25 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Tue, 26 Apr 2022 18:07:25 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx612.amr.corp.intel.com (10.18.126.92) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Tue, 26 Apr 2022 18:07:24 -0700 Received: from fmsmsx612.amr.corp.intel.com ([10.18.126.92]) by fmsmsx612.amr.corp.intel.com ([10.18.126.92]) with mapi id 15.01.2308.027; Tue, 26 Apr 2022 18:07:24 -0700 From: "Zhang, Qi Z" To: Ray Kinsella , "Zeng, ZhichaoX" CC: "dev@dpdk.org" , "Yang, Qiming" , "Wang, Haiyue" , David Marchand Subject: RE: [DPDK v4] net/ixgbe: promote MDIO API Thread-Topic: [DPDK v4] net/ixgbe: promote MDIO API Thread-Index: AQHYU5qvIckWvQb8WU6bdhySyCrOH6z/OjgAgAM/8oCAAITg8A== Date: Wed, 27 Apr 2022 01:07:24 +0000 Message-ID: References: <20220412175602.965278-1-zhichaox.zeng@intel.com> <20220419110613.61268-1-zhichaox.zeng@intel.com> <87r15km9wm.fsf@mdr78.vserver.site> In-Reply-To: <87r15km9wm.fsf@mdr78.vserver.site> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > -----Original Message----- > From: Ray Kinsella > Sent: Tuesday, April 26, 2022 6:12 PM > To: Zeng, ZhichaoX > Cc: dev@dpdk.org; Yang, Qiming ; Wang, Haiyue > ; David Marchand > Subject: Re: [DPDK v4] net/ixgbe: promote MDIO API >=20 >=20 > Zeng, ZhichaoX writes: >=20 > > Hi, Ray, David: > > > > What is your opinion on this patch? > > > > Regards, > > Zhichao > > > > -----Original Message----- > > From: Zeng, ZhichaoX > > Sent: Tuesday, April 19, 2022 7:06 PM > > To: dev@dpdk.org > > Cc: Yang, Qiming ; Wang, Haiyue > ; mdr@ashroe.eu; Zeng, ZhichaoX > > > Subject: [DPDK v4] net/ixgbe: promote MDIO API > > > > From: Zhichao Zeng > > > > Promote the MDIO APIs to be stable. > > > > Signed-off-by: Zhichao Zeng > > --- > > drivers/net/ixgbe/rte_pmd_ixgbe.h | 5 ----- > > drivers/net/ixgbe/version.map | 10 +++++----- > > 2 files changed, 5 insertions(+), 10 deletions(-) > > >=20 > Acked-by: Ray Kinsella Applied to dpdk-next-net-intel. Thanks Qi