examples/vhost: increase maximum queue number
authorHuawei Xie <huawei.xie@intel.com>
Tue, 9 Dec 2014 18:49:44 +0000 (02:49 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 11 Dec 2014 00:42:03 +0000 (01:42 +0100)
commit8bd6c395a568ef7a70c64fbef0968c456bed6d29
tree3815d549e18874e21857ed6bbff66d6283ded16f
parent0b04f881a8092c5cd9e60179c6136fc383f8b082
examples/vhost: increase maximum queue number

Increase MAX_QUEUES from 256 to 512.

In vhost example, MAX_QUEUES macro should be the maximum possible queue number of the port.
Theoretically we should only set up the queues that are used, i.e., first rx queue of each pool, or
at most queues from 0 to MAX_QUEUES. Before we revise the implementation and are certain all NICs support
this well, add a remind message to user.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
examples/vhost/main.c