NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
server.h File Reference
#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 Documentation

◆ FileServer

typedef struct FileServer FileServer

File server.

◆ FileServerCounters

◆ FileServerFd

typedef struct FileServerFd FileServerFd

Function Documentation

◆ FileServer_Run()

int FileServer_Run ( FileServer p)

◆ FileServer_RxBurst()

uint32_t FileServer_RxBurst ( FileServer p)

◆ FileServer_TxBurst()

uint32_t FileServer_TxBurst ( FileServer p)