suricata
DPDK running mode

Files

file  runmode-dpdk.c
 
file  source-dpdk.c
 
file  util-dpdk-i40e.c
 
file  util-dpdk-ice.c
 
file  util-dpdk-ixgbe.c
 

Functions

TmEcode NoDPDKSupportExit (ThreadVars *tv, const void *initdata, void **data)
 this function prints an error message and exits. More...
 
void TmModuleReceiveDPDKRegister (void)
 
void TmModuleDecodeDPDKRegister (void)
 Registration Function for DecodeDPDK. More...
 

Detailed Description

Function Documentation

◆ NoDPDKSupportExit()

TmEcode NoDPDKSupportExit ( ThreadVars tv,
const void *  initdata,
void **  data 
)

this function prints an error message and exits.

Definition at line 78 of file source-dpdk.c.

References FatalError, ThreadVars_::name, and tv.

Referenced by TmModuleDecodeDPDKRegister(), and TmModuleReceiveDPDKRegister().

Here is the caller graph for this function:

◆ TmModuleDecodeDPDKRegister()

void TmModuleDecodeDPDKRegister ( void  )

Registration Function for DecodeDPDK.

Definition at line 64 of file source-dpdk.c.

References TmModule_::cap_flags, TmModule_::flags, TmModule_::Func, TmModule_::name, NoDPDKSupportExit(), TmModule_::ThreadDeinit, TmModule_::ThreadExitPrintStats, TmModule_::ThreadInit, TM_FLAG_DECODE_TM, TMM_DECODEDPDK, and tmm_modules.

Referenced by RegisterAllModules().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TmModuleReceiveDPDKRegister()

void TmModuleReceiveDPDKRegister ( void  )

Definition at line 50 of file source-dpdk.c.

References TmModule_::cap_flags, TmModule_::flags, TmModule_::Func, TmModule_::name, NoDPDKSupportExit(), TmModule_::ThreadDeinit, TmModule_::ThreadExitPrintStats, TmModule_::ThreadInit, TM_FLAG_RECEIVE_TM, tmm_modules, and TMM_RECEIVEDPDK.

Referenced by RegisterAllModules().

Here is the call graph for this function:
Here is the caller graph for this function: