From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] net/i40e: fix link status update Date: Wed, 30 May 2018 12:25:27 +0200 Message-ID: <10397704.dxBWFqvgLZ@xps> References: <20180530082634.33843-1-roy.fan.zhang@intel.com> <20180530083047.33991-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Zhang, Helin" , "Zhang, Qi Z" , "stable@dpdk.org" To: "Zhang, Roy Fan" Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch fixes link status update problem in interrupt mode. > > Previously, directly reading link status register instead of accessing via admin > > queue command may cause the link status change interrupt callback inactive. > > This patch fixes the problem by making the driver only read the register in "no > > wait" and polling mode. > > > > Bugzilla ID: 54 > > Fixes: eef2daf2e199 ("net/i40e: fix link update no wait") > > Cc: stable@dpdk.org > > > > Signed-off-by: Fan Zhang > > Tested-by: Pablo de Lara Applied, thanks