ANLAB-KAIST / rust-dpdk

BSD 3-Clause "New" or "Revised" License
81 stars 14 forks source link

Set rte_mempool size to 1023 #49

Closed holzingk closed 3 years ago

holzingk commented 3 years ago

From DPDK docs:

The number of elements in the mbuf pool. The optimum size (in terms of memory usage) for a mempool is when n is a power of two minus one: n = (2^q - 1).

leeopop commented 3 years ago

bors r+

ghost commented 3 years ago

Build succeeded: