Re: [dpdk-dev] [PATCH 09/17] vhost: turn queue pair to vring

2017-03-14 Thread Maxime Coquelin
On 03/03/2017 10:51 AM, Yuanhan Liu wrote: The queue pair is very virtio-net specific, other devices don't have such concept. To make it generic, we should log the number of vrings instead of the number of queue pairs. This patch just does a simple convert, a later patch would export the numbe

[dpdk-dev] [PATCH 09/17] vhost: turn queue pair to vring

2017-03-03 Thread Yuanhan Liu
The queue pair is very virtio-net specific, other devices don't have such concept. To make it generic, we should log the number of vrings instead of the number of queue pairs. This patch just does a simple convert, a later patch would export the number of vrings to applications. Signed-off-by: Yu