Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有可以做三元查找map的?ebpf我知道存在最长前缀匹配的 LPM 映射,但我想要这样的东西:
map
ebpf
val & 0xF0F01234 == 0x10101234
不是这个时候。如果你有一个可靠的用例,你可以建议人们实现它(可能在 iovisor-dev 或 netdev 邮件列表上询问,或者只是向维护人员询问)。或者更好的是,提出一个补丁集:-)。