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
17struct rte_hash*
18HashTable_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