From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3] vhost: support rx_queue_count Date: Fri, 26 May 2017 13:54:12 +0800 Message-ID: <20170526055412.GA2276@yliu-dev> References: <1495483268-60184-1-git-send-email-zhihong.wang@intel.com> <1495819082-9469-1-git-send-email-zhihong.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jfreiman@redhat.com, ciara.loftus@intel.com To: Zhihong Wang Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 05F9199B8 for ; Fri, 26 May 2017 07:54:12 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1495819082-9469-1-git-send-email-zhihong.wang@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 Fri, May 26, 2017 at 01:18:02PM -0400, Zhihong Wang wrote: > This patch implements the ops rx_queue_count for vhost PMD by adding > a helper function rte_vhost_rx_queue_count in vhost lib. > > The ops rx_queue_count gets vhost RX queue avail count and helps to > understand the queue fill level. > > Signed-off-by: Zhihong Wang > Acked-by: Ciara Loftus Applied to dpdk-next-virtio. Thanks. --yliu