NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#include "../core/uring.h"
#include "../dpdk/thread.h"
#include "../iface/face.h"
#include "../iface/pktqueue.h"
#include "enum.h"
#include <linux/openat2.h>
Go to the source code of this file.
Data Structures | |
struct | FileServerCounters |
struct | FileServer |
File server. More... | |
Typedefs | |
typedef struct FileServerFd | FileServerFd |
typedef struct FileServerCounters | FileServerCounters |
typedef struct FileServer | FileServer |
File server. More... | |
Functions | |
uint32_t | FileServer_RxBurst (FileServer *p) |
uint32_t | FileServer_TxBurst (FileServer *p) |
int | FileServer_Run (FileServer *p) |
typedef struct FileServer FileServer |
File server.
typedef struct FileServerCounters FileServerCounters |
typedef struct FileServerFd FileServerFd |
int FileServer_Run | ( | FileServer * | p | ) |
uint32_t FileServer_RxBurst | ( | FileServer * | p | ) |
uint32_t FileServer_TxBurst | ( | FileServer * | p | ) |