NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
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.
bool Uring_Free (Uring *ur)
 Delete io_uring.
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 )