Re: [ovs-dev] [PATCH v5] netdev-dpdk: Allow configurable queue sizes for 'dpdk' ports

2016-09-30 Thread Ilya Maximets
> The 'options:n_rxq_desc' and 'n_txq_desc' fields allow the number of rx > and tx descriptors for dpdk ports to be modified. By default the values > are set to 2048, but can be modified to an integer between 1 and 4096 > that is a power of two. The values can be modified at runtime, however > requ

[ovs-dev] [PATCH v5] netdev-dpdk: Allow configurable queue sizes for 'dpdk' ports

2016-09-30 Thread Ciara Loftus
The 'options:n_rxq_desc' and 'n_txq_desc' fields allow the number of rx and tx descriptors for dpdk ports to be modified. By default the values are set to 2048, but can be modified to an integer between 1 and 4096 that is a power of two. The values can be modified at runtime, however require the NI