Currently we have used simple data structures for BPF_MAP_TYPE_LRU_HASH for the IP maps, which is decent enough but we could look into utilising data structures such as LPM(Least Prefix Match) tries as they would reduce the time complexity of the program
Currently we have used simple data structures for BPF_MAP_TYPE_LRU_HASH for the IP maps, which is decent enough but we could look into utilising data structures such as LPM(Least Prefix Match) tries as they would reduce the time complexity of the program