NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
hashtable.h
Go to the documentation of this file.
1 #ifndef NDNDPDK_DPDK_HASHTABLE_H
2 #define NDNDPDK_DPDK_HASHTABLE_H
3 
6 #include "../core/common.h"
7 #include <rte_hash.h>
8 
17 struct rte_hash*
18 HashTable_New(struct rte_hash_parameters params);
19 
20 #endif // NDNDPDK_DPDK_HASHTABLE_H
struct rte_hash * HashTable_New(struct rte_hash_parameters params)
Create a hashtable.
Definition: hashtable.c:26