NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
rxepoll.h File Reference
#include "../iface/rxloop.h"
#include <sys/epoll.h>

Go to the source code of this file.

Data Structures

struct  SocketRxEpoll
 RX from datagram sockets using epoll. More...
 

Typedefs

typedef struct SocketRxEpoll SocketRxEpoll
 RX from datagram sockets using epoll. More...
 

Functions

void SocketRxEpoll_PrepareEvent (struct epoll_event *e, FaceID id, int fd)
 
void SocketRxEpoll_RxBurst (RxGroup *rxg, RxGroupBurstCtx *ctx)
 

Typedef Documentation

◆ SocketRxEpoll

typedef struct SocketRxEpoll SocketRxEpoll

RX from datagram sockets using epoll.

Function Documentation

◆ SocketRxEpoll_PrepareEvent()

void SocketRxEpoll_PrepareEvent ( struct epoll_event *  e,
FaceID  id,
int  fd 
)

◆ SocketRxEpoll_RxBurst()

void SocketRxEpoll_RxBurst ( RxGroup rxg,
RxGroupBurstCtx ctx 
)