NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
rxconns.h
Go to the documentation of this file.
1#ifndef NDNDPDK_SOCKETFACE_RXCONNS_H
2#define NDNDPDK_SOCKETFACE_RXCONNS_H
3
5
6#include "../iface/rxloop.h"
7
9typedef struct SocketRxConns {
11 struct rte_ring* ring;
13
14__attribute__((nonnull)) void
16
17#endif // NDNDPDK_SOCKETFACE_RXCONNS_H
void SocketRxConns_RxBurst(RxGroup *rxg, RxGroupBurstCtx *ctx)
Definition rxconns.c:4
Context of RxGroup_RxBurstFunc operation.
Definition rxloop.h:12
Receive channel for faces.
Definition rxloop.h:39
RX from Go net.Conn.
Definition rxconns.h:9
RxGroup base
Definition rxconns.h:10
struct rte_ring * ring
Definition rxconns.h:11