suricata
util-dpdk.c File Reference
#include "suricata.h"
#include "util-dpdk.h"
#include "util-debug.h"
#include "util-byte.h"
Include dependency graph for util-dpdk.c:

Go to the source code of this file.

Functions

void DPDKCleanupEAL (void)
 
void DPDKCloseDevice (LiveDevice *ldev)
 
void DPDKFreeDevice (LiveDevice *ldev)
 

Detailed Description

Function Documentation

◆ DPDKCleanupEAL()

void DPDKCleanupEAL ( void  )

Definition at line 29 of file util-dpdk.c.

References run_mode, RUNMODE_DPDK, and SCLogError.

Referenced by GlobalsDestroy().

Here is the caller graph for this function:

◆ DPDKCloseDevice()

void DPDKCloseDevice ( LiveDevice ldev)

Definition at line 40 of file util-dpdk.c.

References LiveDevice_::dev, run_mode, RUNMODE_DPDK, SCLogError, and SCLogPerf.

Referenced by LiveDeviceListClean().

Here is the caller graph for this function:

◆ DPDKFreeDevice()

void DPDKFreeDevice ( LiveDevice ldev)

Definition at line 58 of file util-dpdk.c.

References LiveDevice_::dev, run_mode, RUNMODE_DPDK, and SCLogDebug.