NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Face_RxInputFunc
inputs and outputs.
More...
#include <face.h>
Data Fields | |
struct rte_mbuf ** | pkts |
pkts[:count] is received L2 frames More... | |
Packet ** | npkts |
npkts[:nL3] shall be filled with L3 packets ready for dispatching More... | |
struct rte_mbuf ** | frees |
frees[:nFree] shall be filled with mbufs to be freed More... | |
uint16_t | count |
input, non-zero More... | |
uint16_t | nL3 |
output, initialized to zero, cannot exceed count More... | |
uint16_t | nFree |
output, initialized to zero, cannot exceed count More... | |
Face_RxInputFunc
inputs and outputs.
uint16_t FaceRxInputCtx::count |
input, non-zero
struct rte_mbuf** FaceRxInputCtx::frees |
frees[:nFree] shall be filled with mbufs to be freed
uint16_t FaceRxInputCtx::nFree |
output, initialized to zero, cannot exceed count
uint16_t FaceRxInputCtx::nL3 |
output, initialized to zero, cannot exceed count
Packet** FaceRxInputCtx::npkts |
npkts[:nL3] shall be filled with L3 packets ready for dispatching
struct rte_mbuf** FaceRxInputCtx::pkts |
pkts[:count] is received L2 frames