|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
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 struct SocketRxEpoll SocketRxEpoll |
RX from datagram sockets using epoll.
| void SocketRxEpoll_PrepareEvent | ( | struct epoll_event * | e, |
| FaceID | id, | ||
| int | fd | ||
| ) |
| void SocketRxEpoll_RxBurst | ( | RxGroup * | rxg, |
| RxGroupBurstCtx * | ctx | ||
| ) |