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

bpf: complexity-tests: set -DHAVE_LARGE_INSN_LIMIT=1 for new kernels #27490

Commits on Aug 14, 2023

  1. bpf: complexity-tests: set -DHAVE_LARGE_INSN_LIMIT=1 for new kernels

    Reflect that 5.2+ kernels have
    torvalds/linux@c04c0d2
    
    This allows us to run the complexity tests with programs that more closely
    resemble what Cilium actually uses. For instance lib/conntrack.h and
    lib/snat.h will now pull in additional code.
    
    Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
    julianwiedmann committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5fa879b View commit details
    Browse the repository at this point in the history