suricata
|
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) |
Definition in file runmode-dpdk.h.
typedef struct DPDKIfaceConfigAttributes_ DPDKIfaceConfigAttributes |
const char* RunModeDpdkGetDefaultMode | ( | void | ) |
Definition at line 1729 of file runmode-dpdk.c.
void RunModeDpdkRegister | ( | void | ) |
Definition at line 1734 of file runmode-dpdk.c.
References RUNMODE_DPDK, RunModeIdsDpdkWorkers(), and RunModeRegisterNewRunMode().
int RunModeIdsDpdkWorkers | ( | void | ) |
Workers version of the DPDK processing.
Start N threads with each thread doing all the work.
Definition at line 1748 of file runmode-dpdk.c.
References FatalError, RunModeSetLiveCaptureWorkers(), SCEnter, SCLogDebug, SCReturnInt, thread_name_workers, and TimeModeSetLive().
Referenced by RunModeDpdkRegister().