Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cgroup skb add helper to get net_cls's classid #7742

Closed

Commits on Sep 27, 2024

  1. bpf: cg_skb add get classid helper

    At cg_skb hook point, can get classid for v1 or v2, allowing
    users to do more functions such as acl.
    
    Signed-off-by: Feng Zhou <zhoufeng.zf@bytedance.com>
    zf1575192187 authored and Kernel Patches Daemon committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    242dafa View commit details
    Browse the repository at this point in the history
  2. bpf, selftests: Add test case for cgroup skb to get net_cls classid h…

    …elpers
    
    This patch adds a test for cgroup skb to get classid.
    
    Signed-off-by: Feng Zhou <zhoufeng.zf@bytedance.com>
    zf1575192187 authored and Kernel Patches Daemon committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    605f28c View commit details
    Browse the repository at this point in the history