From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6857029B6 for ; Wed, 19 Oct 2016 11:58:55 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP; 19 Oct 2016 02:58:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,514,1473145200"; d="scan'208";a="21162230" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.138]) by fmsmga006.fm.intel.com with SMTP; 19 Oct 2016 02:58:52 -0700 Received: by (sSMTP sendmail emulation); Wed, 19 Oct 2016 10:58:51 +0100 Date: Wed, 19 Oct 2016 10:58:51 +0100 From: Bruce Richardson To: Nelio Laranjeiro Cc: dev@dpdk.org, Olga Shern , Adrien Mazarguil Message-ID: <20161019095851.GL27816@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) Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix link status report 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, 19 Oct 2016 09:58:55 -0000 On Mon, Oct 17, 2016 at 01:10:48PM +0200, Nelio Laranjeiro wrote: > From: Olga Shern > > This commit fixes link status report on device start up when > lcs callback is configured. > > Fixes: 62072098b54e ("mlx5: support setting link up or down") > > Signed-off-by: Olga Shern > --- Applied to dpdk-next-net/rel_16_11 /Bruce