bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC v1 PATCH 0/7] bpf: Make RT friendly.
@ 2019-12-08  0:03 David Miller
  2019-12-11  1:28 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2019-12-08  0:03 UTC (permalink / raw)
  To: bpf, netdev; +Cc: ast, daniel, tglx


The goal of this patch set is to make the BPF code friendly in RT
configurations.

The first step is eliminating preemption disable/enable and replacing
it with local lock usage when full RT is enabled.

Likewise we also need to elide usage of up_read_non_owner() in the
stackmap code when full RT is turned on.

Signed-off-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-19 11:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-08  0:03 [RFC v1 PATCH 0/7] bpf: Make RT friendly David Miller
2019-12-11  1:28 ` David Miller
2019-12-19 11:32   ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).