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 BPF_MAP_LOOKUP_AND_DELETE_ELEM command is valid for hash map types like BPF_MAP_TYPE_HASH and BPF_MAP_TYPE_LRU_HASH, but Aya does not expose it in aya_ebpf crate's API for hash map types.
The BPF_MAP_LOOKUP_AND_DELETE_ELEM command is valid for hash map types like
BPF_MAP_TYPE_HASH
andBPF_MAP_TYPE_LRU_HASH
, but Aya does not expose it inaya_ebpf
crate's API for hash map types.https://github.com/torvalds/linux/blob/b1bc554e009e3aeed7e4cfd2e717c7a34a98c683/include/uapi/linux/bpf.h#L572-L602
The text was updated successfully, but these errors were encountered: