DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
DPDKDefinitions.hpp
Go to the documentation of this file.
1
9#ifndef DPDKLIBS_SRC_DPDKDEFINITIONS_HPP_
10#define DPDKLIBS_SRC_DPDKDEFINITIONS_HPP_
11
12namespace dunedaq {
13namespace dpdklibs {
14
15#define RX_RING_SIZE 1024
16#define TX_RING_SIZE 1024
17
18#define NUM_MBUFS 8191
19#define MBUF_CACHE_SIZE 250
20#define BURST_SIZE 32
21
22} // namespace dpdklibs
23} // namespace dunedaq
24
25#endif // DPDKLIBS_SRC_DPDKDEFINITIONS_HPP_
Including Qt Headers.