From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/ixgbe: fix LSC interrupt issue Date: Wed, 10 May 2017 17:34:22 +0200 Message-ID: <2613895.nJGQv6gloZ@xps> References: <1494215853-3328-1-git-send-email-qi.z.zhang@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5AABB1@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Lu, Wenzhuo" , "Zhang, Helin" , stable@dpdk.org To: "Zhang, Qi Z" Return-path: In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B5AABB1@SHSMSX103.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/05/2017 03:15, Lu, Wenzhuo: > Hi Qi, > > From: Zhang, Qi Z > > > > There is a bug in previous fix for lsc interrupt. > > lsc interrupt is not disabled before delayed handler, that cause the delayed > > handler be re-entered. > > > > Fixes: 9b667210700e ("net/ixgbe: fix blocked interrupts") > > Cc: stable@dpdk.org > > > > Signed-off-by: Qi Zhang > > Acked-by: Wenzhuo Lu > > Except orignal -> original Applied with typo fixed, thanks