Re: [ovs-dev] [Patch] Fixes DPDK Queue size for IVSHMEM VM communications

2014-08-29 Thread Pravin Shelar
On Fri, Aug 15, 2014 at 7:03 AM, Polehn, Mike A wrote: > Separates loop list process size from the endpoint DPDK queue size. > Corrected DPDK queue size to be a power of 2 which allows dpdkr interface to > be created. > Increased queue size to improve zero loss data rate. > Changed NIC queue size

[ovs-dev] [Patch] Fixes DPDK Queue size for IVSHMEM VM communications

2014-08-15 Thread Polehn, Mike A
Separates loop list process size from the endpoint DPDK queue size. Corrected DPDK queue size to be a power of 2 which allows dpdkr interface to be created. Increased queue size to improve zero loss data rate. Changed NIC queue size comment to make NIC queue size formula more clear. Signed-off-by