From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 001E01AFF5 for ; Tue, 17 Apr 2018 18:14:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 09:14:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,464,1517904000"; d="scan'208";a="34345690" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga008.jf.intel.com with ESMTP; 17 Apr 2018 09:14:17 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 17 Apr 2018 09:14:14 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 17 Apr 2018 09:14:14 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.240]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.6]) with mapi id 14.03.0319.002; Wed, 18 Apr 2018 00:14:12 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , Shweta Choudaha , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Ananyev, Konstantin" , "Yigit, Ferruh" , "shweta.choudaha@att.com" Thread-Topic: [dpdk-dev] [PATCH v4] net/ixgbe: add access and locking APIs for MDIO Thread-Index: AQHT1L41g9Gz51w490SkWvWOu8ZHZ6QFJJdQ Date: Tue, 17 Apr 2018 16:14:12 +0000 Message-ID: References: <20180411135935.61232-1-shweta.choudaha@gmail.com> <20180413163504.65546-1-shweta.choudaha@gmail.com> <039ED4275CED7440929022BC67E70611531918F4@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E70611531918F4@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] net/ixgbe: add access and locking APIs for MDIO X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 16:14:19 -0000 > -----Original Message----- > From: Zhang, Qi Z > Sent: Sunday, April 15, 2018 9:33 PM > To: Shweta Choudaha; dev@dpdk.org > Cc: Lu, Wenzhuo; Ananyev, Konstantin; Zhang, Helin; Yigit, Ferruh; > shweta.choudaha@att.com > Subject: RE: [dpdk-dev] [PATCH v4] net/ixgbe: add access and locking APIs= for > MDIO >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shweta Choudaha > > Sent: Saturday, April 14, 2018 12:35 AM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo ; Ananyev, Konstantin > > ; Zhang, Helin ; > > Yigit, Ferruh ; shweta.choudaha@att.com > > Subject: [dpdk-dev] [PATCH v4] net/ixgbe: add access and locking APIs > > for MDIO > > > > From: Shweta Choudaha > > > > Add ixgbe MDIO lock/unlock and access APIs to read and write registers > > using specific device address. This provides MDIO access to any > > devices that are not associated with the autoprobed PHY.Export these > > APIs via the map file > > > > Signed-off-by: Shweta Choudaha > > Reviewed-by: Chas Williams > > Reviewed-by: Luca Boccassi >=20 > Acked-by: Qi Zhang Applied to dpdk-next-net-intel, thanks! /Helin >=20