[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAOuSAjcSrpD=SamQMH2_SObnFeEhTnrCFBWfsVRhb8XDicLa4w@mail.gmail.com>
Date: Sat, 3 Sep 2016 16:40:47 -0700
From: Alison Chaiken <alison@...oton-tech.com>
To: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Cc: Steven Rostedt <rostedt@...dmis.org>,
LKML <linux-kernel@...r.kernel.org>,
linux-rt-users <linux-rt-users@...r.kernel.org>,
netdev <netdev@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Clark Williams <williams@...hat.com>,
Eric Dumazet <eric.dumazet@...il.com>,
David Miller <davem@...emloft.net>
Subject: Re: [PATCH][RT] netpoll: Always take poll_lock when doing polling
I asked on 2016-06-07 17:19:43 [-0700]:
>>cpsw_rx_poll() is called even when there is essentially no network
>>traffic, so I'm not sure how to tell if NAPI is working as intended.
On Thu, Jun 9, 2016 at 5:37 AM, Sebastian Andrzej Siewior
<bigeasy@...utronix.de> wrote:
> You should see an invocation of __raise_softirq_irqoff_ksoft() and then
> cpsw's poll function should run in "ksoftirqd/" context instead in the
> context of the task it runs now.
The attached patch uses a kprobe to detect when Ethernet switches to
NAPI on a Freescale i.MX6 board. Thanks to Sebastian for the
suggestion about the method. As expected, there are no messages when
I ping-flood the board from another host. However, if I also spawn
multiple scp's of large files at the same time, then the messages
appear. I tested with 4.4.4-rt11, but the virtually identical
patch is against 4.1.18-rt17. I'm posting it here in case it's
useful to someone else. It seems to me that if the various IRQs that
can invoke the net_rx_action() are pinned to different cores, that the
use of smp_processor_id() to identify the device that spawns the IRQ
is therefore robust.
The RT scheduling problem we had (namely, system falls over under
ping-flood) was solved by my colleague Brian Silverman, who pinned our
userspace application that ran the critical event loop and adjusted
its priority. Doing so prevented a ping-flood from causing the event
loop to miss cycles.
Thanks again to everyone for your advice, and I hope to meet some of
you in Berlin next month.
-- Alison
View attachment "kprobes-detect-ethernet-and-CAN-NAPI.patch" of type "text/x-patch" (2295 bytes)
Powered by blists - more mailing lists