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 86551377A; Mon, 20 Mar 2017 15:16:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490019397; x=1521555397; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=SIkabCLd7ZX3VB7pMVhHogzuxRyd2xTsp8NGo9+1Js4=; b=gFS7oL9IBCAPXeOJX0z8uq5z/rThX1pjkzC7gZwzgW6xbVEsMyAias9X qf/soU9ZdOinlw9ZXqvKeeqLv0N8Zg==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Mar 2017 07:16:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,194,1486454400"; d="scan'208";a="1144671296" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 20 Mar 2017 07:16:34 -0700 To: Adrien Mazarguil , Gaetan Rivet References: <0521c983473b30b9e2bb7a6b84eda4fe4aec5240.1488550853.git.gaetan.rivet@6wind.com> <20170317104020.GU3790@6wind.com> Cc: dev@dpdk.org, Nelio Laranjeiro , stable@dpdk.org From: Ferruh Yigit Message-ID: <5a5eec61-c939-048e-5ef8-dd1e7332a97a@intel.com> Date: Mon, 20 Mar 2017 14:16:33 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170317104020.GU3790@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 1/1] net/mlx4: update link status upon probing with lsc 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, 20 Mar 2017 14:16:38 -0000 On 3/17/2017 10:40 AM, Adrien Mazarguil wrote: > On Fri, Mar 03, 2017 at 04:39:56PM +0100, Gaetan Rivet wrote: >> If LSC interrupts are enabled, the application expects the link_update >> ops to be executed by the PMD itself. >> >> No link status change event is received upon probing, therefore the link >> status update must be forced. >> >> Fixes: c4da6caa426d ("mlx4: handle link status interrupts") >> Cc: stable@dpdk.org >> >> Signed-off-by: Gaetan Rivet > > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.