Skip to content

Commit 2af9567

Browse files
committed
dpdk: reduce value of DEFAULT_MBUF_POOL_SIZE to use it also as rx queue size
1 parent c4019b7 commit 2af9567

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
@@ -44,7 +44,7 @@ namespace ipxp {
4444
class DpdkOptParser : public OptionsParser {
4545
private:
4646
static constexpr size_t DEFAULT_MBUF_BURST_SIZE = 64;
47-
static constexpr size_t DEFAULT_MBUF_POOL_SIZE = 16384;
47+
static constexpr size_t DEFAULT_MBUF_POOL_SIZE = 4096;
4848
size_t pkt_buffer_size_;
4949
size_t pkt_mempool_size_;
5050
std::vector<uint16_t> port_numbers_;

0 commit comments

Comments
 (0)