From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id ECFB52FDD; Tue, 18 Jul 2017 12:05:23 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2017 03:05:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,377,1496127600"; d="scan'208";a="126401232" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.134.81]) ([10.255.134.81]) by orsmga005.jf.intel.com with ESMTP; 18 Jul 2017 03:05:18 -0700 To: "Lu, Wenzhuo" , "Wu, Jingjing" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <1499939003-76739-1-git-send-email-jingjing.wu@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B677A1E@shsmsx102.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <19c21d78-4f40-a1a8-e3e8-144cb5415738@intel.com> Date: Tue, 18 Jul 2017 11:05:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B677A1E@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH 1/3] net/ixgbe: fix lsc interrupt X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 10:05:24 -0000 <...> > If LSC flag is changed to off last device start, the enable flag is not cleared in HW. > This patch fixes it. > > Fixes: 0eb609239efd ("ixgbe: enable Rx queue interrupts for PF and VF") > Cc: stable@dpdk.org > > Signed-off-by: Jingjing Wu > Acked-by: Wenzhuo Lu Series applied to dpdk-next-net/master, thanks.