From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v3 07/22] vhost: export vhost vring info Date: Fri, 31 Mar 2017 09:48:22 +0200 Message-ID: References: <1490253059-28112-1-git-send-email-yuanhan.liu@linux.intel.com> <1490705142-893-1-git-send-email-yuanhan.liu@linux.intel.com> <1490705142-893-8-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Harris James R , Liu Changpeng To: Yuanhan Liu , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id A0CA2108D for ; Fri, 31 Mar 2017 09:48:25 +0200 (CEST) In-Reply-To: <1490705142-893-8-git-send-email-yuanhan.liu@linux.intel.com> 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 03/28/2017 02:45 PM, Yuanhan Liu wrote: > Signed-off-by: Yuanhan Liu > --- > > v2: - fix off-by-one check > - add API comments > --- > lib/librte_vhost/rte_vhost_version.map | 1 + > lib/librte_vhost/rte_virtio_net.h | 26 ++++++++++++++++++++++++++ > lib/librte_vhost/vhost.c | 30 ++++++++++++++++++++++++++++++ > lib/librte_vhost/vhost.h | 2 ++ > 4 files changed, 59 insertions(+) Reviewed-by: Maxime Coquelin Thanks, Maxime