From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753572AbeAQV6p (ORCPT ); Wed, 17 Jan 2018 16:58:45 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:47493 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753425AbeAQV6o (ORCPT ); Wed, 17 Jan 2018 16:58:44 -0500 Date: Wed, 17 Jan 2018 22:58:36 +0100 (CET) From: Thomas Gleixner To: Linus Torvalds cc: David Miller , Mike Galbraith , Peter Zijlstra , Eric Dumazet , Dmitry Safonov , Frederic Weisbecker , Linux Kernel Mailing List , Dmitry Safonov <0x7f454c46@gmail.com>, Andrew Morton , Frederic Weisbecker , Hannes Frederic Sowa , Ingo Molnar , Sasha Levin , Paolo Abeni , Paul McKenney , Radu Rendec , Rik van Riel , Stanislaw Gruszka , Wanpeng Li Subject: Re: [RFC 1/2] softirq: Defer net rx/tx processing to ksoftirqd context In-Reply-To: Message-ID: References: <1515782670.7007.3.camel@gmx.de> <20180117.153049.1803664333084879932.davem@davemloft.net> <20180117.164932.1269304606476934540.davem@davemloft.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 17 Jan 2018, Linus Torvalds wrote: > On Wed, Jan 17, 2018 at 1:49 PM, David Miller wrote: > > > >> That said, this made me wonder a bit. I wonder how bounded the latency > >> is for raising a softirq from process context. We only _check_ the > >> softirq on the last hardirq exit, I think. > > > > System call return checks it, otherwise this situation would be > > completely bolixed. > > That's what I thought too. But then I went and looked, and I can't find it. > > But you're probably right, and I just missed it. Not really. There is nothing to see there. Thanks, tglx