NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
uring.c File Reference
#include "uring.h"
#include "logger.h"

Functions

 N_LOG_INIT (Uring)
 
bool Uring_Init (Uring *ur, uint32_t capacity)
 Initialize io_uring. More...
 
bool Uring_Free (Uring *ur)
 Delete io_uring. More...
 
void Uring_Submit_ (Uring *ur, uint32_t waitLBound, uint32_t cqeBurst)
 

Function Documentation

◆ N_LOG_INIT()

N_LOG_INIT ( Uring  )

◆ Uring_Free()

bool Uring_Free ( Uring ur)

Delete io_uring.

◆ Uring_Init()

bool Uring_Init ( Uring ur,
uint32_t  capacity 
)

Initialize io_uring.

◆ Uring_Submit_()

void Uring_Submit_ ( Uring ur,
uint32_t  waitLBound,
uint32_t  cqeBurst 
)