DPDK20.05 hash表4 – rte_hash_lookup

rte_hash_lookup() 函数在hash表中查找指定的key。

1、rte_hash_lookup()

rte_hash_hash函数根据key计算得到对应的hash值。

2、__rte_hash_lookup_with_hash()

使用hash值及key进行查找。

3、__rte_hash_lookup_with_hash_lf()

4、__rte_hash_lookup_with_hash_l() 函数

————————————————————

原创文章,转载请注明: 转载自孙希栋的博客

本文链接地址: 《DPDK20.05 hash表4 – rte_hash_lookup》

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注