RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2070506 - eBPF: release notes
Summary: eBPF: release notes
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: doc-Release_Notes-9-en-US
Version: 9.0
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: rc
: 9.0
Assignee: Lenka Špačková
QA Contact: RHEL DPM
Jaroslav Klech
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-03-31 10:18 UTC by Viktor Malik
Modified: 2022-05-19 05:57 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
.Extended Berkeley Packet Filter is supported in RHEL 9 The *Extended Berkeley Packet Filter (eBPF)* is an in-kernel virtual machine that allows code execution in the kernel space, in the restricted sandbox environment with access to a limited set of functions. The virtual machine executes a special assembly-like code. The *eBPF* bytecode first loads to the kernel. Then the bytecode is verified and translated to the native machine code with just-in-time compilation. Finally, the virtual machine executes the code. Red Hat ships numerous components that utilize the *eBPF* virtual machine. In RHEL 9, these components include: * The *BPF Compiler Collection (BCC)* package, which provides tools for I/O analysis, networking, and monitoring of Linux operating systems using *eBPF*. * The *BCC* library, which allows the development of tools similar to those provided in the *BCC* tools package. * The `bpftrace` tracing language. * The `libbpf` package, which is crucial for `bpf` development and `bpf`-related applications like `bpftrace`. ** The `XDP` and `AF_XDP` API parts of the `libbpf` library are not supported and may be removed in a future release. * The *eBPF for Traffic Control (tc)* feature, which enables programmable packet processing inside the kernel network data path. * The *eXpress Data Path (XDP)* feature, which provides access to the received packets before the kernel networking stack processes them. Red Hat supports *XDP* only if it is used through the `libxdp` library. * The `xdp-tools` package, which contains user-space support utilities for the *XDP* feature and is supported on the AMD64 and Intel64 CPU architectures. The `xdp-tools` package includes: ** The `libxdp` library. ** The `xdp-loader` utility for loading XDP programs. ** The `xdp-filter` example program for packet filtering. ** The `xdpdump` utility for capturing packets from a network interface with *XDP* enabled. The `xdpdump` utility is currently supported only on AMD64 and Intel64 CPU architectures. It is available for other architectures as Technology Preview. * The `AF_XDP` socket for connecting the *eXpress Data Path (XDP)* path to user-space.
Clone Of:
Environment:
Last Closed: 2022-05-19 05:57:01 UTC
Type: Enhancement
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-117497 0 None None None 2022-03-31 10:27:44 UTC

Description Viktor Malik 2022-03-31 10:18:01 UTC


Note You need to log in before you can comment on or make changes to this bug.