[dpdk-dev] [PATCH] examples/vhost: increase MAX_QUEUE number

2014-12-11 Thread Thomas Monjalon
> 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

[dpdk-dev] [PATCH] examples/vhost: increase MAX_QUEUE number

2014-12-10 Thread Huawei Xie
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