From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C27272BAA; Thu, 13 Jul 2017 15:34:06 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 13 Jul 2017 06:34:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,354,1496127600"; d="scan'208";a="126883618" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 13 Jul 2017 06:34:05 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 13 Jul 2017 06:34:05 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 13 Jul 2017 06:34:05 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Thu, 13 Jul 2017 21:34:03 +0800 From: "Lu, Wenzhuo" To: "Wu, Jingjing" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH 3/3] net/e1000: fix lsc interrupt Thread-Index: AQHS+709wEmahNyeQ0K/T4sLhPATWqJRwdfg Date: Thu, 13 Jul 2017 13:34:02 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B677A2F@shsmsx102.ccr.corp.intel.com> References: <1499939003-76739-1-git-send-email-jingjing.wu@intel.com> <1499939003-76739-3-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1499939003-76739-3-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzI4NmUxMzYtZTdmOC00MTFkLWE1ZTEtNmY0NDI4OTFjYWZiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImVSalQzbUZxYkdRU0ZWb2Roc29VMkFVSUN4NHNaM1czdHZzbmtFYkNua0E9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 3/3] net/e1000: 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: Thu, 13 Jul 2017 13:34:07 -0000 Hi, -----Original Message----- From: Wu, Jingjing=20 Sent: Thursday, July 13, 2017 5:43 AM To: Lu, Wenzhuo Cc: dev@dpdk.org; Wu, Jingjing ; stable@dpdk.org Subject: [PATCH 3/3] net/e1000: fix lsc interrupt If LSC flag is changed to off last device start, the enable flag is not cle= ared in HW. This patch fixes it. Fixes: c3cd3de0ab50 ("igb: enable Rx queue interrupts for PF") Cc: stable@dpdk.org Signed-off-by: Jingjing Wu Acked-by: Wenzhuo Lu