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 E05EBA0C43; Wed, 12 May 2021 12:36:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC5374003F; Wed, 12 May 2021 12:36:55 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id C861D4003E for ; Wed, 12 May 2021 12:36:53 +0200 (CEST) IronPort-SDR: DnB73IZF9+53m+OZ5ADkgxkD+TthXHnCEwJD6Se4CRJOjaD/mnPwx+5ztRddRxR3rqbumK/M7x wy5e9gJlF87g== X-IronPort-AV: E=McAfee;i="6200,9189,9981"; a="187100021" X-IronPort-AV: E=Sophos;i="5.82,293,1613462400"; d="scan'208";a="187100021" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2021 03:36:49 -0700 IronPort-SDR: d3dZrLJe9WkiTUiYGicc8w5VXHX3QN9H2esz/5irhP6FOEZBa+1y//1jcP5mXF9esdj+hP04h4 1UK74gBDbptQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,293,1613462400"; d="scan'208";a="437134764" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga008.jf.intel.com with ESMTP; 12 May 2021 03:36:47 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 12 May 2021 03:36:47 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 12 May 2021 18:36:40 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Wed, 12 May 2021 18:36:39 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "dev@dpdk.org" CC: "Zhang, AlvinX" , "Wang, Haiyue" Thread-Topic: [DPDK] net/igc: fix speed configuration Thread-Index: AQHXRxA0mHcpdOkAGEiTV+5gQk5T5arfpyYA Date: Wed, 12 May 2021 10:36:39 +0000 Message-ID: References: <20210512082826.39680-1-alvinx.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 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 Subject: Re: [dpdk-dev] [DPDK] net/igc: fix speed configuration 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 Sender: "dev" > -----Original Message----- > From: dev On Behalf Of Guo, Junfeng > Sent: Wednesday, May 12, 2021 5:20 PM > To: dev@dpdk.org > Cc: Zhang, AlvinX ; Wang, Haiyue > > Subject: Re: [dpdk-dev] [DPDK] net/igc: fix speed configuration >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, AlvinX > > Sent: Wednesday, May 12, 2021 17:16 > > To: Guo, Junfeng > > Subject: [DPDK] net/igc: fix speed configuration > > > > Fixed speed mode is not supported currently, this patch removes > > configurations for this mode and adds fault handling for > > ETH_LINK_SPEED_FIXED. > > > > Fixes: 4f09bc55ac3d ("net/igc: implement device base operations") > > Cc: stable@dpdk.org > > > > Signed-off-by: Alvin Zhang >=20 > Acked-by: Junfeng Guo < junfeng.guo@intel.com> Applied to dpdk-next-net-intel. Thanks Qi >=20 > Regards, > Junfeng Guo