From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 91418A0350; Tue, 30 Jun 2020 16:19:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4071F1BF90; Tue, 30 Jun 2020 16:19:44 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id EC1891BED6; Tue, 30 Jun 2020 16:19:42 +0200 (CEST) IronPort-SDR: 0pXib0VYmEJ6FmegBz87Att7Gseak6/UxfkOpOL71PaVfH/0/2fcjtbM4OUbIKpLdjvMRPRhrb nzn7hL6eLgPw== X-IronPort-AV: E=McAfee;i="6000,8403,9666"; a="125878384" X-IronPort-AV: E=Sophos;i="5.75,297,1589266800"; d="scan'208";a="125878384" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 07:19:42 -0700 IronPort-SDR: KIcbMQ0eAnROr32RgWOym61Sj8DZKpx60SrEEmzujn7LGzZqAwZ5i1S1vsaForaDlMR+TOThxe RJdjZ1krCxuw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,297,1589266800"; d="scan'208";a="313414291" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga002.fm.intel.com with ESMTP; 30 Jun 2020 07:19:41 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 30 Jun 2020 07:19:41 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 30 Jun 2020 07:19:41 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Jun 2020 07:14:10 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.89]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.221]) with mapi id 14.03.0439.000; Tue, 30 Jun 2020 22:14:07 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Guo, Jia" Thread-Topic: [PATCH v2] net/ixgbe: add the support link speed info for x553 Thread-Index: AQHWTn+3RxilTDSGXkS0AVxvFSWf6ajxNFnA Date: Tue, 30 Jun 2020 14:14:06 +0000 Message-ID: <039ED4275CED7440929022BC67E706115484925D@SHSMSX103.ccr.corp.intel.com> References: <20200628061255.68963-1-wei.zhao1@intel.com> <20200630011651.57641-1-wei.zhao1@intel.com> In-Reply-To: <20200630011651.57641-1-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 v2] net/ixgbe: add the support link speed info for x553 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Zhao1, Wei > Sent: Tuesday, June 30, 2020 9:17 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Zhang, Qi Z ; Guo, Jia > ; Zhao1, Wei > Subject: [PATCH v2] net/ixgbe: add the support link speed info for x553 >=20 > For ixgbe x553(IXGBE_DEV_ID_X550EM_A_1G_T) it support 10M link speed, > so add the support link speed info for 10Mb/s. >=20 > Fixes: af75078fece3 ("first public release") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wei Zhao > Acked-by: Jeff Guo Applied to dpdk-next-net-intel. Thanks Qi