From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org,
Jussi Kivilinna <jussi.kivilinna@haltian.com>
Subject: Re: [PATCH] batman-adv: bla: use netif_rx_ni when not in interrupt context
Date: Tue, 18 Aug 2020 18:17:05 +0200 [thread overview]
Message-ID: <6180909.URE3MufrRF@sven-edge> (raw)
In-Reply-To: <20200818144610.8094-1-jussi.kivilinna@haltian.com>
[-- Attachment #1: Type: text/plain, Size: 577 bytes --]
On Tuesday, 18 August 2020 16:46:10 CEST Jussi Kivilinna wrote:
> batadv_bla_send_claim() gets called from worker thread context through
> batadv_bla_periodic_work(), thus netif_rx_ni needs to be used in that
> case. This fixes "NOHZ: local_softirq_pending 08" log messages seen
> when batman-adv is enabled.
>
> Signed-off-by: Jussi Kivilinna <jussi.kivilinna@haltian.com>
> ---
> net/batman-adv/bridge_loop_avoidance.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
Fixes: a9ce0dc43e2c ("batman-adv: add basic bridge loop avoidance code")
Kind regards,
Sven
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2020-08-18 16:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-18 14:46 [PATCH] batman-adv: bla: use netif_rx_ni when not in interrupt context Jussi Kivilinna
2020-08-18 16:17 ` Sven Eckelmann [this message]
2020-08-18 20:12 ` Antonio Quartulli
2020-08-19 7:39 ` Is netif_rx_ni safe from interrupt context? (Re: [PATCH] batman-adv: bla: use netif_rx_ni when not in interrupt context) Jussi Kivilinna
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6180909.URE3MufrRF@sven-edge \
--to=sven@narfation.org \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=jussi.kivilinna@haltian.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.