DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
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 |
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.
#define BURST_SIZE 32 |
Definition at line 20 of file DPDKDefinitions.hpp.
#define MBUF_CACHE_SIZE 250 |
Definition at line 19 of file DPDKDefinitions.hpp.
#define NUM_MBUFS 8191 |
Definition at line 18 of file DPDKDefinitions.hpp.
#define RX_RING_SIZE 1024 |
Definition at line 15 of file DPDKDefinitions.hpp.
#define TX_RING_SIZE 1024 |
Definition at line 16 of file DPDKDefinitions.hpp.