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 f9b15e7 commit e5cdbbdCopy full SHA for e5cdbbd
input/dpdk.h
@@ -46,7 +46,7 @@ namespace ipxp {
46
class DpdkOptParser : public OptionsParser {
47
private:
48
static constexpr size_t DEFAULT_MBUF_BURST_SIZE = 64;
49
- static constexpr size_t DEFAULT_MBUF_POOL_SIZE = 4096;
+ static constexpr size_t DEFAULT_MBUF_POOL_SIZE = 8192;
50
size_t pkt_buffer_size_;
51
size_t pkt_mempool_size_;
52
std::vector<uint16_t> port_numbers_;
0 commit comments