From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E389468F2 for ; Wed, 26 Oct 2016 17:32:02 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP; 26 Oct 2016 08:32:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,551,1473145200"; d="scan'208";a="23944218" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.150]) by fmsmga005.fm.intel.com with SMTP; 26 Oct 2016 08:31:58 -0700 Received: by (sSMTP sendmail emulation); Wed, 26 Oct 2016 16:31:58 +0100 Date: Wed, 26 Oct 2016 16:31:57 +0100 From: Bruce Richardson To: Nelio Laranjeiro Message-ID: <20161026153157.GA43508@bricha3-MOBL3.ger.corp.intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] mlx5: fix link speed capabilities X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 15:32:03 -0000 On Wed, Oct 26, 2016 at 11:44:00AM +0200, Nelio Laranjeiro wrote: > Make hard-coded values dynamic to return correct link speed capabilities > (not all ConnectX-4 NICs support everything). > > Nelio Laranjeiro (2): > net/mlx5: fix link speed capability information > net/mlx5: fix support for newer link speeds > Applied to dpdk-next-net/rel_16_11 /Bruce