NDN-DPDK
High-Speed Named Data Networking Forwarder
|
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] |
RX from datagram sockets using epoll.
RxGroup SocketRxEpoll::base |
struct rte_mempool* SocketRxEpoll::directMp |
int SocketRxEpoll::epfd |
struct iovec SocketRxEpoll::iov[2 *MaxBurstSize] |
struct rte_mbuf* SocketRxEpoll::mbufs[2 *MaxBurstSize] |
uint16_t SocketRxEpoll::msgIndex |
struct mmsghdr SocketRxEpoll::msgs[2 *MaxBurstSize] |
uint64_t SocketRxEpoll::nTruncated |