ebpf_hash_table should initialize ebpf_random if needed #3102
Open
Description
Describe the feature you'd like supported
Currently, use of ebpf_hash_table requires ebpf_random to be initialized.
Proposed solution
ebpf_hash_table should check if random has been initialized and then initialize it if not.
Additional context
No response
Activity