We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1eaf0e commit 21df54aCopy full SHA for 21df54a
input/dpdk-ring.h
@@ -40,7 +40,7 @@
40
namespace ipxp {
41
class DpdkRingOptParser : public OptionsParser {
42
private:
43
- static constexpr size_t DEFAULT_MBUF_BURST_SIZE = 256;
+ static constexpr size_t DEFAULT_MBUF_BURST_SIZE = 64;
44
size_t pkt_buffer_size_;
45
46
std::string ring_name_;
input/dpdk.h
@@ -43,7 +43,7 @@ namespace ipxp {
class DpdkOptParser : public OptionsParser {
47
static constexpr size_t DEFAULT_MBUF_POOL_SIZE = 16384;
48
49
size_t pkt_mempool_size_;
0 commit comments