From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Neftin, Sasha" Subject: Re: [Intel-wired-lan] [PATCH] e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll() Date: Tue, 23 May 2017 18:43:48 +0300 Message-ID: <889b47a8-6b52-bf90-6a0d-823e9b03361e@intel.com> References: <149517832870.37403.16008624383220981105.stgit@buzz> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Dave Jones , Sabrina Dubroca , Linux Kernel Network Developers , intel-wired-lan , Thomas Gleixner , "David S. Miller" To: Cong Wang , Konstantin Khlebnikov Return-path: Received: from mga05.intel.com ([192.55.52.43]:6545 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758583AbdEWPnw (ORCPT ); Tue, 23 May 2017 11:43:52 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 5/19/2017 21:34, Cong Wang wrote: > On Fri, May 19, 2017 at 12:18 AM, Konstantin Khlebnikov > wrote: >> Replace disable_irq() which waits for threaded irq handlers with >> disable_hardirq() which waits only for hardirq part. >> >> Signed-off-by: Konstantin Khlebnikov >> Fixes: 311191297125 ("e1000: use disable_hardirq() for e1000_netpoll()") > Thomas had a similar patch, I don't know why he never sends it > out formally. Anyway, > > Acked-by: Cong Wang > _______________________________________________ > Intel-wired-lan mailing list > Intel-wired-lan@osuosl.org > https://lists.osuosl.org/mailman/listinfo/intel-wired-lan Ack. Let's pick up this patch.