NDN-DPDK
High-Speed Named Data Networking Forwarder
csrc
dpdk
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
HashTable_New
struct rte_hash * HashTable_New(struct rte_hash_parameters params)
Create a hashtable.
Definition:
hashtable.c:26
Generated by
1.9.1