You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebase has quite a few #if defined(CONFIG_BPF_JIT_DISABLED) blocks throughout the code. It would make more sense to refactor the code to split scenario specific code into its own file and make the mainline code more readable.
The text was updated successfully, but these errors were encountered:
dthaler
added
the
cleanup
Affects API usability or code maintainability but not correctness or applicability
label
Oct 2, 2024
dthaler
changed the title
Refactor CONFIG_BPF_JIT_DISABLED code into it's own file to reduce the amount of #ifdef
Refactor CONFIG_BPF_JIT_DISABLED code into its own file to reduce the amount of #ifdef
Oct 7, 2024
The codebase has quite a few #if defined(CONFIG_BPF_JIT_DISABLED) blocks throughout the code. It would make more sense to refactor the code to split scenario specific code into its own file and make the mainline code more readable.
The text was updated successfully, but these errors were encountered: