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 number of vrings to applications. Signed-off-by: Yuanhan Liu <yuanhan....@linux.intel.com> --- lib/librte_vhost/vhost.c | 74 ++++++++++++++----------------------------- lib/librte_vhost/vhost.h | 4 +-- lib/librte_vhost/vhost_user.c | 28 +++++----------- lib/librte_vhost/virtio_net.c | 10 +++--- 4 files changed, 38 insertions(+), 78 deletions(-)
Nice. Making it generic simplifies the net specific code. Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime