[DPDK] 创建hash表时报错·Bug陈列
[DPDK] 创建hash表时报错·Bug陈列
在使用DPDK的rte_hash_create
时,出现如下报错。
RING: Cannot reserve memory
HASH: memory allocation failed
[ERRO] Unable to create hash_table on lcore 20
原因很简单,我使用了重复的hash table名,而DPDK是不允许hash table名出现重复的。
| 欢迎来原网站坐坐! >原文链接<