Thanks for the response. LPM is actually the closest solution however I wanted a structure closer to the way TCAMs operate in which you can have wildcards also in the interim bits. I believe that something like that does not exist and I need to implement it using available structures in eBPF/XDP.
Στις Πέμ, 19 Νοε 2020 στις 5:27 π.μ., ο/η Y Song <[email protected]> έγραψε: > On Wed, Nov 18, 2020 at 6:20 AM <[email protected]> wrote: > > > > Hi all, I am trying to find a way to represent wildcards in BPF Map Keys? > > I could not find anything relevant to that, does anyone know anything > further. > > Are there any efforts towards that functionality? > > The closest map is lpm (trie) map. You may want to take a look. > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1937): https://lists.iovisor.org/g/iovisor-dev/message/1937 Mute This Topic: https://lists.iovisor.org/mt/78341110/21656 Group Owner: [email protected] Unsubscribe: https://lists.iovisor.org/g/iovisor-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
