suricata
runmode-dpdk.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DPDKIfaceConfigAttributes_
 

Typedefs

typedef struct DPDKIfaceConfigAttributes_ DPDKIfaceConfigAttributes
 

Functions

int RunModeIdsDpdkWorkers (void)
 Workers version of the DPDK processing. More...
 
void RunModeDpdkRegister (void)
 
const char * RunModeDpdkGetDefaultMode (void)
 

Detailed Description

Typedef Documentation

◆ DPDKIfaceConfigAttributes

Function Documentation

◆ RunModeDpdkGetDefaultMode()

const char* RunModeDpdkGetDefaultMode ( void  )

Definition at line 1698 of file runmode-dpdk.c.

◆ RunModeDpdkRegister()

void RunModeDpdkRegister ( void  )

Definition at line 1703 of file runmode-dpdk.c.

References RUNMODE_DPDK, RunModeIdsDpdkWorkers(), and RunModeRegisterNewRunMode().

Here is the call graph for this function:

◆ RunModeIdsDpdkWorkers()

int RunModeIdsDpdkWorkers ( void  )

Workers version of the DPDK processing.

Start N threads with each thread doing all the work.

Definition at line 1717 of file runmode-dpdk.c.

References FatalError, RunModeSetLiveCaptureWorkers(), SCEnter, SCLogDebug, SCReturnInt, thread_name_workers, and TimeModeSetLive().

Referenced by RunModeDpdkRegister().

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