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
In the bpf selftests there is a test for bpf_cpumask kptrs in maps and for nested bpf cpumasks. However, there are no tests that cover nested kptrs in a map. This may not be possible to verify without verifier changes.
If we can get these changes working the in the idle CPU selection path we can possibly remove some of the temporary bpf_cpumasks that create extra overhead in the idle CPU selection path.
The text was updated successfully, but these errors were encountered:
Add
struct bpf_cpumask
s for topologies onstruct layer_cpumask_wrapper
. The change should be rather straightforward:However, this fails the verifier when trying to use it:
In the bpf selftests there is a test for bpf_cpumask kptrs in maps and for nested bpf cpumasks. However, there are no tests that cover nested kptrs in a map. This may not be possible to verify without verifier changes.
If we can get these changes working the in the idle CPU selection path we can possibly remove some of the temporary bpf_cpumasks that create extra overhead in the idle CPU selection path.
The text was updated successfully, but these errors were encountered: