DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
DPDKDefinitions.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::dpdklibs
 

Macros

#define RX_RING_SIZE   1024
 
#define TX_RING_SIZE   1024
 
#define NUM_MBUFS   8191
 
#define MBUF_CACHE_SIZE   250
 
#define BURST_SIZE   32
 

Detailed Description

DPDK related constants and defines

This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file DPDKDefinitions.hpp.

Macro Definition Documentation

◆ BURST_SIZE

#define BURST_SIZE   32

Definition at line 20 of file DPDKDefinitions.hpp.

◆ MBUF_CACHE_SIZE

#define MBUF_CACHE_SIZE   250

Definition at line 19 of file DPDKDefinitions.hpp.

◆ NUM_MBUFS

#define NUM_MBUFS   8191

Definition at line 18 of file DPDKDefinitions.hpp.

◆ RX_RING_SIZE

#define RX_RING_SIZE   1024

Definition at line 15 of file DPDKDefinitions.hpp.

◆ TX_RING_SIZE

#define TX_RING_SIZE   1024

Definition at line 16 of file DPDKDefinitions.hpp.