From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost: fix return avail ring position in get vring base Date: Wed, 21 Feb 2018 09:29:28 +0100 Message-ID: <719e369a-4671-ec46-b59c-8b32a7d43686@redhat.com> References: <20180209172821.9240-1-tomaszx.kulasek@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, huawei.xie@intel.com, stable@dpdk.org, Pawel Wodkowski To: Tomasz Kulasek , yliu@fridaylinux.org Return-path: In-Reply-To: <20180209172821.9240-1-tomaszx.kulasek@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.xie@intel.com > Cc:stable@dpdk.org > > Signed-off-by: Pawel Wodkowski > Signed-off-by: Tomasz Kulasek > --- > lib/librte_vhost/vhost_user.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Maxime Coquelin And applied to dpdk-next-virtio/master. Thanks! Maxime