From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 May 2017 22:54:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,395,1491289200"; d="scan'208";a="106819299" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga005.fm.intel.com with ESMTP; 25 May 2017 22:54:10 -0700 Date: Fri, 26 May 2017 13:54:12 +0800 From: Yuanhan Liu To: Zhihong Wang Cc: dev@dpdk.org, jfreiman@redhat.com, ciara.loftus@intel.com 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 Content-Disposition: inline In-Reply-To: <1495819082-9469-1-git-send-email-zhihong.wang@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3] vhost: support rx_queue_count X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 05:54:13 -0000 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