Re: [dpdk-dev] [PATCH] vhost: fix return avail ring position in get vring base

2018-03-02 Thread Maxime Coquelin
On 02/21/2018 09:29 AM, Maxime Coquelin wrote: On 02/09/2018 06:28 PM, Tomasz Kulasek wrote: According to the "Vhost-user Protocol" document, VHOST_USER_GET_VRING_BASE should get the available vring base offset. Fixes: 8f972312b8f4 ("vhost: support vhost-user") Cc:huawei@intel.com Cc:st

Re: [dpdk-dev] [PATCH] vhost: fix return avail ring position in get vring base

2018-02-21 Thread Maxime Coquelin
On 02/09/2018 06:28 PM, Tomasz Kulasek wrote: According to the "Vhost-user Protocol" document, VHOST_USER_GET_VRING_BASE should get the available vring base offset. Fixes: 8f972312b8f4 ("vhost: support vhost-user") Cc:huawei@intel.com Cc:sta...@dpdk.org Signed-off-by: Pawel Wodkowski Sign

Re: [dpdk-dev] [PATCH] vhost: fix return avail ring position in get vring base

2018-02-10 Thread Tan, Jianfeng
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Saturday, February 10, 2018 1:28 AM > To: y...@fridaylinux.org > Cc: dev@dpdk.org; Xie, Huawei; sta...@dpdk.org; Wodkowski, PawelX > Subject: [dpdk-dev] [PATCH] vhost: fix

[dpdk-dev] [PATCH] vhost: fix return avail ring position in get vring base

2018-02-09 Thread Tomasz Kulasek
According to the "Vhost-user Protocol" document, VHOST_USER_GET_VRING_BASE should get the available vring base offset. Fixes: 8f972312b8f4 ("vhost: support vhost-user") Cc: huawei@intel.com Cc: sta...@dpdk.org Signed-off-by: Pawel Wodkowski Signed-off-by: Tomasz Kulasek --- lib/librte_vhos