NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
face-rx.c File Reference
#include "face-impl.h"
#include "../core/logger.h"

Functions

 N_LOG_INIT (FaceRx)
void FaceRx_Input (Face *face, int rxThread, FaceRxInputCtx *ctx)
 Process a burst of received L2 frames.
 STATIC_ASSERT_FUNC_TYPE (Face_RxInputFunc, FaceRx_Input)

Function Documentation

◆ FaceRx_Input()

void FaceRx_Input ( Face * face,
int rxThread,
FaceRxInputCtx * ctx )

Process a burst of received L2 frames.

See also
Face_RxInputFunc

◆ N_LOG_INIT()

N_LOG_INIT ( FaceRx )

◆ STATIC_ASSERT_FUNC_TYPE()

STATIC_ASSERT_FUNC_TYPE ( Face_RxInputFunc ,
FaceRx_Input  )