<div dir="ltr"><div style="font-size:12.8px">Hi,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div style="font-size:12.8px">I have <span style="font-size:12.8px">a simple setup in one machine and use </span><span style="font-size:12.8px">userplane OVS-2.7 with DPDK-16.11.1.</span></div><div><br></div></div><div style="font-size:12.8px"><div style="font-size:12.8px"><div>27afd0dc-cdac-4bb4-947c-<wbr>65e13df66e99</div><div>    Bridge &quot;br0&quot;</div><div>        Controller &quot;tcp:10.1.2.2&quot;</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port &quot;dpdkr2&quot;</div><div>            Interface &quot;dpdkr2&quot;</div><div>                type: dpdkr</div><div>        Port &quot;dpdkr1&quot;</div><div>            Interface &quot;dpdkr1&quot;</div><div>                type: dpdkr</div><div>        Port &quot;br0&quot;</div><div>            Interface &quot;br0&quot;</div><div>                type: internal</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Traffic is from dpdkr2 to dpdkr1.</div><div style="font-size:12.8px">I have two questions.</div><div style="font-size:12.8px"><br></div></div><div style="font-size:12.8px"><span style="font-size:12.8px">1. I observed one interesting behavior.</span><br></div><div style="font-size:12.8px">After running them for a while, sometimes,  dpdkr1 got out-of-order packets.</div><div style="font-size:12.8px">Is it a possible behavior even though I use two dpdkr in a same machine?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">2. There are some hardcoded values for ring size and max &amp; min num of packets for mempool in netdev-dpdk.c.</div><div style="font-size:12.8px"><div style="font-size:12.8px"><span style="font-size:12.8px">enum { DPDK_RING_SIZE = 256 };</span><br></div><div style="font-size:12.8px"><div style="font-size:12.8px">#define MAX_NB_MBUF          (4096 * 64)</div><div style="font-size:12.8px">#define MIN_NB_MBUF          (4096 * 4)</div><div><br></div></div></div><div style="font-size:12.8px">What are the intuition of these values?</div><div style="font-size:12.8px"><div><br></div><div>Thanks,</div></div></div>