NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Go to the source code of this file.
Data Structures | |
struct | DiskAlloc |
Disk slot allocator. More... | |
Typedefs | |
typedef struct DiskAlloc | DiskAlloc |
Disk slot allocator. More... | |
Functions | |
DiskAlloc * | DiskAlloc_New (uint64_t min, uint64_t max, int numaSocket) |
Create DiskAlloc. More... | |
DiskAlloc* DiskAlloc_New | ( | uint64_t | min, |
uint64_t | max, | ||
int | numaSocket | ||
) |
Create DiskAlloc.
min | inclusive minimum disk slot number. |
max | inclusive maximum disk slot number. |
numaSocket | where to allocate memory. |