From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by dpdk.org (Postfix) with ESMTP id B1C182030 for ; Tue, 18 Jul 2017 16:01:09 +0200 (CEST) Received: by mail-pg0-f50.google.com with SMTP id u5so13233629pgq.3 for ; Tue, 18 Jul 2017 07:01:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=4Be3q+CR51zUEXQzaSh11QNqZpB8TASohpMzfF2Xsuo=; b=N9UJNItJr61Ol3rDwxp8BQbe1q+ZGOSUqqjcWoumwTua/L0EwdcgciTvK/DdjFQUyc ugJW9WfbTctZaeZhPFU2B+lIFLWW3rx0tgmJXIpVH0NK7tu1bxQXCin4BopvjnFALwLB Qw6V9YyCEljAmcsP9wiHl8kcA6ACsjv8sTJkeD9S8QBcOqMljy5jViOGkHh+msj3rM1+ JIQVzcw08yNYi6PNVQ7bncNXrzOKjYSDzn11RbXW/lBdn+aAe9MXB7fGdm+ZAog1JYs/ +VPWK9FkMsfsDL135hRfAPI0e3QyecBtaLTsWLktiMc6rG9oimjXdj+5u/hhlOsWF4Gh TjBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=4Be3q+CR51zUEXQzaSh11QNqZpB8TASohpMzfF2Xsuo=; b=HMPWUWubP3ERmcrwy4BWyFQmYGo6N4MVoB4Rwwq+5UacoQICLlAARtp+XJ49jQUWjG pIEN0U9OyBJTqZqRIH9sdb9zlkFMgo66sT+9jPpbKwpb2+KDffW+1LB82v/P/aj/hbpI VBlRfp7YlUzENVBgCob6FQI+Aco25UpKsUdvLi/YoSVl86IBpDVCBt6y7KOD31WQnz9Z 7bGRCGzf4Ufp7faIhkqjf30/ktDrY6qd3S+uVxk4jBJF1+OHBsJ4bLq8llJEDQWYTip1 ayKU1MucNGDOMEvfYM3MgjVFyDDGctR2O1IhMNEM21lCxIfHmWxySuMxjYkn0YtlHAb9 r52w== X-Gm-Message-State: AIVw1132p+eC8sRMrNj5orxoOHLenUYJZNM6YuvRkxt4Jx1VxqLLGhUD sYt9YlkYB1y7iL4c X-Received: by 10.99.95.133 with SMTP id t127mr1920553pgb.142.1500386468941; Tue, 18 Jul 2017 07:01:08 -0700 (PDT) Received: from yliu-home ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id e124sm5397597pfc.76.2017.07.18.07.01.06 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Jul 2017 07:01:07 -0700 (PDT) Date: Tue, 18 Jul 2017 22:01:01 +0800 From: Yuanhan Liu To: Matt Laswell Cc: "Yang, Qiming" , "dev@dpdk.org" , "Li, Xiaoyun" Message-ID: <20170718140101.GS11626@yliu-home> References: <7B7539B0-8CB0-4DDB-B329-D11F295A2604@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] Occasional instability in RSS Hashes/Queues from X540 NIC 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: Tue, 18 Jul 2017 14:01:10 -0000 On Tue, Jul 18, 2017 at 08:43:42AM -0500, Matt Laswell wrote: > Hi Qiming, > > That's fantastic news. Thank you very much for taking the time to figure > the issue out. > > Would it be possible to backport the fix to the 16.11 LTS release? This > kind of problem seems tailor-made for LTS. Agreed. You might want to find the fix commit with git bisect. --yliu