Hi all,

I'm going to implement a LRU Cache based DPDK. 
The most famous implementation of LRU is based on LinkedHashMap. 
I know that DPDK has a `rte_hash` library, but I don't know whether
it can assist me to build a LRU Cache. 


Can someone give me some advice? Thanks a lot in advance.

Reply via email to