From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 3/3] net/vhost: vHost support to free consumed buffers Date: Wed, 15 Mar 2017 11:27:33 +0100 Message-ID: <64764807.dXx3fjdfIU@xps13> References: <20170127183800.27466-1-bmcfall@redhat.com> <20170309205119.28170-1-bmcfall@redhat.com> <20170309205119.28170-4-bmcfall@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: wenzhuo.lu@intel.com, olivier.matz@6wind.com, dev@dpdk.org To: Billy McFall Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 9A93A1396 for ; Wed, 15 Mar 2017 11:27:35 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id u132so7013987wmg.0 for ; Wed, 15 Mar 2017 03:27:35 -0700 (PDT) In-Reply-To: <20170309205119.28170-4-bmcfall@redhat.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" 2017-03-09 15:51, 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 Your forgot a acked-by from Maxime here.