config: increase max queues per port
authorJijiang Liu <jijiang.liu@intel.com>
Thu, 28 May 2015 01:36:18 +0000 (09:36 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 2 Jun 2015 16:24:28 +0000 (18:24 +0200)
commit1a1109404e702d3ad1ccc1033df55c59bec1f89a
tree1f3a585dd957d31069d3842c3fd17e4f4cfba4c6
parentbbd8a6f64a352ff38a1ead768658ef935edbddc2
config: increase max queues per port

The default value of RTE_MAX_QUEUES_PER_PORT is 256, which is too small
for some configurations for i40e. There will return an error when
configured queue number is larger than 256 in rte_eth_dev_configure().

For example, in vHost sample, PF queue number: 64,
configured vmdq pool number: 63, each vmdq pool has 4 queues,
there will be required 316 queues in a port.

Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
config/common_bsdapp
config/common_linuxapp