Skip to content

Add section to BPF_PROG_TYPE_SCHED_CLS about netkit #91

@dylandreimerink

Description

@dylandreimerink

In kernel v6.7, netkit was introduced. It is essentially a TC program, but is always attached using the TCX mechanism and a new attach type. It attaches directly to "netlink" network devices instead of physical or veth devices. These netlink devices drop packets by default unless an eBPF program allows a packet.

We should add a section the the BPF_PROG_TYPE_SCHED_CLS page explaining the different semantics.

https://lwn.net/Articles/949960/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions