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 9C7EB1B65A for ; Mon, 9 Apr 2018 02:49:31 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Apr 2018 17:49:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,425,1517904000"; d="scan'208";a="45236676" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 08 Apr 2018 17:49:29 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 8 Apr 2018 17:49:29 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 8 Apr 2018 17:49:28 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.184]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.149]) with mapi id 14.03.0319.002; Mon, 9 Apr 2018 08:49:27 +0800 From: "Lu, Wenzhuo" To: Martin Weiser , "Ananyev, Konstantin" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/ixgbe: allow for setting 2.5G and 5G speeds on X550 Thread-Index: AQHTloiCjNIhxpd9J0CB8rt2fRWRYaP4C02Q Date: Mon, 9 Apr 2018 00:49:26 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B776395@shsmsx102.ccr.corp.intel.com> References: <20180126093024.9903-1-martin.weiser@allegro-packets.com> In-Reply-To: <20180126093024.9903-1-martin.weiser@allegro-packets.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] net/ixgbe: allow for setting 2.5G and 5G speeds on X550 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: Mon, 09 Apr 2018 00:49:33 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Martin Weiser > Sent: Friday, January 26, 2018 5:30 PM > To: Lu, Wenzhuo ; Ananyev, Konstantin > > Cc: dev@dpdk.org; Martin Weiser > Subject: [dpdk-dev] [PATCH] net/ixgbe: allow for setting 2.5G and 5G spee= ds > on X550 >=20 > This patch adds support for explicitly selecting 2.5G and 5G speeds on X5= 50. >=20 > Signed-off-by: Martin Weiser Acked-by: Wenzhuo Lu