NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
SocketRxEpoll Struct Reference

RX from datagram sockets using epoll. More...

#include <rxepoll.h>

Data Fields

RxGroup base
 
struct rte_mempool * directMp
 
uint64_t nTruncated
 
int epfd
 
uint16_t msgIndex
 
struct rte_mbuf * mbufs [2 *MaxBurstSize]
 
struct iovec iov [2 *MaxBurstSize]
 
struct mmsghdr msgs [2 *MaxBurstSize]
 

Detailed Description

RX from datagram sockets using epoll.

Field Documentation

◆ base

RxGroup SocketRxEpoll::base

◆ directMp

struct rte_mempool* SocketRxEpoll::directMp

◆ epfd

int SocketRxEpoll::epfd

◆ iov

struct iovec SocketRxEpoll::iov[2 *MaxBurstSize]

◆ mbufs

struct rte_mbuf* SocketRxEpoll::mbufs[2 *MaxBurstSize]

◆ msgIndex

uint16_t SocketRxEpoll::msgIndex

◆ msgs

struct mmsghdr SocketRxEpoll::msgs[2 *MaxBurstSize]

◆ nTruncated

uint64_t SocketRxEpoll::nTruncated

The documentation for this struct was generated from the following file: