From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v5 3/3] net/vhost: vHost support to free consumed buffers Date: Tue, 28 Feb 2017 14:41:55 +0800 Message-ID: <20170228064155.GM18844@yliu-dev.sh.intel.com> References: <20170123211340.22570-1-bmcfall@redhat.com> <20170127183800.27466-1-bmcfall@redhat.com> <20170127183800.27466-4-bmcfall@redhat.com> <1641551.cy8vlj4stG@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Maxime Coquelin , Billy McFall , wenzhuo.lu@intel.com, olivier.matz@6wind.com, dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 531C82BAA for ; Tue, 28 Feb 2017 07:43:01 +0100 (CET) Content-Disposition: inline In-Reply-To: <1641551.cy8vlj4stG@xps13> 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 Mon, Feb 27, 2017 at 02:50:54PM +0100, Thomas Monjalon wrote: > 2017-01-27 13:38, Billy McFall: > > Add support to the vHostdriver for the new API to force free consumed > > buffers on Tx ring. vHost does not cache the mbufs so there is no work > > to do. > > > > Signed-off-by: Billy McFall > > Yuanhan, Maxime, do you agree with this empty function? For this particular (vhost) implementation, I think it's okay. --yliu