mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
Translate the following documents into Chinese: - userspace-api/ebpf/index.rst - userspace-api/ebpf/syscall.rst Signed-off-by: Rui Li <me@lirui.org> Reviewed-by: Yanteng Si <siyanteng@loongson.cn> Link: https://lore.kernel.org/r/cdd100d92752f76827fa7abfcd9903b857d71044.1666185911.git.me@lirui.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
23 lines
609 B
ReStructuredText
23 lines
609 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
||
.. include:: ../../disclaimer-zh_CN.rst
|
||
|
||
:Original: Documentation/userspace-api/ebpf/index.rst
|
||
|
||
:翻译:
|
||
|
||
李睿 Rui Li <me@lirui.org>
|
||
|
||
eBPF 用户空间API
|
||
================
|
||
|
||
eBPF是一种在Linux内核中提供沙箱化运行环境的机制,它可以在不改变内核源码或加载
|
||
内核模块的情况下扩展运行时和编写工具。eBPF程序能够被附加到各种内核子系统中,包
|
||
括网络,跟踪和Linux安全模块(LSM)等。
|
||
|
||
关于eBPF的内部内核文档,请查看 Documentation/bpf/index.rst 。
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
|
||
syscall
|