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 c4019b7 commit 2af9567Copy full SHA for 2af9567
input/dpdk.h
@@ -44,7 +44,7 @@ namespace ipxp {
44
class DpdkOptParser : public OptionsParser {
45
private:
46
static constexpr size_t DEFAULT_MBUF_BURST_SIZE = 64;
47
- static constexpr size_t DEFAULT_MBUF_POOL_SIZE = 16384;
+ static constexpr size_t DEFAULT_MBUF_POOL_SIZE = 4096;
48
size_t pkt_buffer_size_;
49
size_t pkt_mempool_size_;
50
std::vector<uint16_t> port_numbers_;
0 commit comments