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

2018-05-24 Thread Maxime Coquelin
On 05/24/2018 02:05 PM, 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 Acked-by: Maxime Coquelin Acked-by: Marko Kovacevi

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

2018-05-24 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 Acked-by: Maxime Coquelin Acked-by: Marko Kovacevic --- v2: - Fix unexpected indentation warni