Bug 1755347

Summary: Networking eBPF: cls_bpf and act_bpf will be fully supported in RHEL 8.2
Product: Red Hat Enterprise Linux 8 Reporter: Jiri Benc <jbenc>
Component: doc-Release_Notes-8-en-USAssignee: Lucie Vařáková <lmanasko>
Status: CLOSED CURRENTRELEASE QA Contact: RHEL DPM <rhel-docs>
Severity: unspecified Docs Contact: Marc Muehlfeld <mmuehlfe>
Priority: medium    
Version: 8.2CC: atragler, jean-mickael.guerin, nicolas.dichtel, rhel-docs
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
.eBPF for *tc* is now fully supported The Traffic Control (tc) kernel subsystem and the *tc* tool can attach extended Berkeley Packet Filtering (eBPF) programs as packet classifiers and actions for both ingress and egress queueing disciplines. This enables programmable packet processing inside the kernel network data path. eBPF for *tc*, previously available as a technology preview, is now fully supported in RHEL 8.2.
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-01-24 10:54:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Benc 2019-09-25 09:59:44 UTC
cls_bpf and act_bpf are part of the tc subsystem in the Linux kernel. They allow both cBPF and eBPF programs to be used as a way to classify network packets and execute actions on them.

The eBPF part has been Tech Preview in RHEL 8.0 and 8.1. The RHEL 8.0 release notes state:

------
eBPF for tc available as a Technology Preview

As a Technology Preview, the Traffic Control (tc) kernel subsystem and the tc tool can attach extended Berkeley Packet Filtering (eBPF) programs as packet classifiers and actions for both ingress and egress queueing disciplines. This enables programmable packet processing inside the kernel network data path.

(BZ#1699825) 
------

With RHEL 8.2, this will leave the Tech Preview state and will be fully supported.