Re: [dpdk-dev] [PATCH] doc: add note for MAX QUEUES macro in vhost sample

2018-05-24 Thread Kovacevic, Marko
> If the NIC has a queue number larger than 128, then we need to change the > ``MAX_QUEUES`` to a larger number to make sure we allocate a big enough > memory pool for device setup. > > Signed-off-by: Xiao Wang > --- > doc/guides/sample_app_ug/vhost.rst | 10 ++ > 1 file changed, 10 inse

Re: [dpdk-dev] [PATCH] doc: add note for MAX QUEUES macro in vhost sample

2018-05-24 Thread Maxime Coquelin
On 05/24/2018 08:11 AM, Xiao Wang wrote: If the NIC has a queue number larger than 128, then we need to change the ``MAX_QUEUES`` to a larger number to make sure we allocate a big enough memory pool for device setup. Signed-off-by: Xiao Wang --- doc/guides/sample_app_ug/vhost.rst | 10 ++

[dpdk-dev] [PATCH] doc: add note for MAX QUEUES macro in vhost sample

2018-05-23 Thread Xiao Wang
If the NIC has a queue number larger than 128, then we need to change the ``MAX_QUEUES`` to a larger number to make sure we allocate a big enough memory pool for device setup. Signed-off-by: Xiao Wang --- doc/guides/sample_app_ug/vhost.rst | 10 ++ 1 file changed, 10 insertions(+) diff