NDN-DPDK
High-Speed Named Data Networking Forwarder
rxconns.h
Go to the documentation of this file.
1 #ifndef NDNDPDK_SOCKETFACE_RXCONNS_H
2 #define NDNDPDK_SOCKETFACE_RXCONNS_H
3 
6 #include "../iface/rxloop.h"
7 
9 typedef 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
struct SocketRxConns SocketRxConns
RX from Go net.Conn.
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