Re: [dpdk-dev] [PATCH v8 0/6] ethdev: introduce shared Rx queue

2021-10-18 Thread Xueming(Steven) Li
Sorry, forgot to reply to original thread, resent. Please ignore this series. On Mon, 2021-10-18 at 20:08 +0800, Xueming Li wrote: > In current DPDK framework, all Rx queues is pre-loaded with mbufs for > incoming packets. When number of representors scale out in a switch > domain, the m

[dpdk-dev] [PATCH v8 0/6] ethdev: introduce shared Rx queue

2021-10-18 Thread Xueming Li
In current DPDK framework, all Rx queues is pre-loaded with mbufs for incoming packets. When number of representors scale out in a switch domain, the memory consumption became significant. Further more, polling all ports leads to high cache miss, high latency and low throughputs. This patch introd

[dpdk-dev] [PATCH v8 0/6] ethdev: introduce shared Rx queue

2021-10-18 Thread Xueming Li
In current DPDK framework, all Rx queues is pre-loaded with mbufs for incoming packets. When number of representors scale out in a switch domain, the memory consumption became significant. Further more, polling all ports leads to high cache miss, high latency and low throughputs. This patch introd