NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
hashtable.h
Go to the documentation of this file.
1
#ifndef NDNDPDK_DPDK_HASHTABLE_H
2
#define NDNDPDK_DPDK_HASHTABLE_H
3
5
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
common.h
HashTable_New
struct rte_hash * HashTable_New(struct rte_hash_parameters params)
Create a hashtable.
Definition
hashtable.c:26
csrc
dpdk
hashtable.h
Generated by
1.15.0