From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 57B84A0679 for ; Fri, 5 Apr 2019 09:23:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 038F01B3EA; Fri, 5 Apr 2019 09:23:44 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 08BA51B3D7; Fri, 5 Apr 2019 09:23:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2019 00:23:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,310,1549958400"; d="scan'208";a="313345505" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 05 Apr 2019 00:23:40 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 5 Apr 2019 00:23:40 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 5 Apr 2019 00:23:39 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.93]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.153]) with mapi id 14.03.0415.000; Fri, 5 Apr 2019 15:23:36 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Lu, Wenzhuo" , "Stillwell Jr, Paul M" Thread-Topic: [PATCH v3] net/ixgbe: enable 10Mb/s link setup for x553 Thread-Index: AQHU6FeMWUPTIn8ooUmgoTtEF4FhLqYtMCHw Date: Fri, 5 Apr 2019 07:23:36 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153363E3D@SHSMSX103.ccr.corp.intel.com> References: <1553847345-54013-1-git-send-email-wei.zhao1@intel.com> <1554099905-45333-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1554099905-45333-1-git-send-email-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzBkMGE1YjItYTNhMS00MDk4LTg0YzMtMGI3MTYyYmQ3NTcyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN0x6WmJQWnE5VlN6YitaZ0tEZEgrcXEwUGpyVUIxalVVRjhuWVk3UkJFdnBrcHVOWmxDUUJsQ0U0bXZcL3hTN2UifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] net/ixgbe: enable 10Mb/s link setup 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" Message-ID: <20190405072336.oBTPCeO1HfWnEtWtGVDfQDSijHbxsexAXhIagXpZmZ4@z> > -----Original Message----- > From: Zhao1, Wei > Sent: Monday, April 1, 2019 2:25 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Zhang, Qi Z ; Lu, Wenzhuo > ; Stillwell Jr, Paul M ; > Zhao1, Wei > Subject: [PATCH v3] net/ixgbe: enable 10Mb/s link setup for x553 >=20 > This patch enable 10Mb/s link for ixgbe x553. > This new device has own device id of 0x15E4 and 0x15E5, so ixgbe PMD driv= er > need to special check when setup link for these two types of device. >=20 > Signed-off-by: Wei Zhao Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi