Skip to content

Commit e5cdbbd

Browse files
committed
Dpdk - increase default mempool size from 4096 to 8192
1 parent f9b15e7 commit e5cdbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/dpdk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace ipxp {
4646
class DpdkOptParser : public OptionsParser {
4747
private:
4848
static constexpr size_t DEFAULT_MBUF_BURST_SIZE = 64;
49-
static constexpr size_t DEFAULT_MBUF_POOL_SIZE = 4096;
49+
static constexpr size_t DEFAULT_MBUF_POOL_SIZE = 8192;
5050
size_t pkt_buffer_size_;
5151
size_t pkt_mempool_size_;
5252
std::vector<uint16_t> port_numbers_;

0 commit comments

Comments
 (0)