netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* split up filter.rst
@ 2021-11-15 13:07 Christoph Hellwig
  2021-11-15 13:07 ` [PATCH 1/2] bpf, docs: prune all references to "internal BPF" Christoph Hellwig
  2021-11-15 13:07 ` [PATCH 2/2] bpf, doc: split general purpose eBPF documentation out of filter.rst Christoph Hellwig
  0 siblings, 2 replies; 8+ messages in thread
From: Christoph Hellwig @ 2021-11-15 13:07 UTC (permalink / raw)
  To: Jonathan Corbet, David S. Miller, Jakub Kicinski,
	Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko
  Cc: Martin KaFai Lau, Song Liu, Yonghong Song, John Fastabend,
	KP Singh, linux-doc, netdev, bpf

Hi all,

for historical reasons filter.rst not only documents the classic Berkely
Packet Filter, but also contains some of the most fundamental eBPF
documentation.  This series moves the actual eBPF documentation into newly
created files under Documentation/bpf/ instead.  Note that the instruction
set document is still a bit of a mess due to all the references to classic
BPF, but if this split goes through I plan to start on working to clean
that up as well.

Diffstat:
 Documentation/bpf/index.rst           |   30 
 Documentation/bpf/instruction-set.rst |  491 +++++++++++++++
 Documentation/bpf/maps.rst            |   43 +
 Documentation/bpf/verifier.rst        |  533 +++++++++++++++++
 Documentation/networking/filter.rst   | 1064 ----------------------------------
 arch/arm/net/bpf_jit_32.c             |    2 
 arch/arm64/net/bpf_jit_comp.c         |    2 
 arch/sparc/net/bpf_jit_comp_64.c      |    2 
 arch/x86/net/bpf_jit_comp.c           |    2 
 kernel/bpf/core.c                     |    4 
 net/core/filter.c                     |   11 
 11 files changed, 1113 insertions(+), 1071 deletions(-)

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

end of thread, other threads:[~2021-11-19 13:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-15 13:07 split up filter.rst Christoph Hellwig
2021-11-15 13:07 ` [PATCH 1/2] bpf, docs: prune all references to "internal BPF" Christoph Hellwig
2021-11-17 23:09   ` Daniel Borkmann
2021-11-19  6:15     ` Christoph Hellwig
2021-11-15 13:07 ` [PATCH 2/2] bpf, doc: split general purpose eBPF documentation out of filter.rst Christoph Hellwig
2021-11-18  0:56   ` Alexei Starovoitov
2021-11-19  6:16     ` Christoph Hellwig
2021-11-19 13:03       ` Toke Høiland-Jørgensen

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).