From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=k2ILLjrp06NtHrLFNh6C0g8sL5c+7JW6rT5LqNcdvxk=; b=Vxasx97eAZgii411/0q2W+a9+dGc1eFNS4O2cR6R7h6aB2JsUH48RtqIO5rIVtbkMD WqIxyrDId6bXlGkzVa/l5nCE1CClwg/6Y5RmFuWO6/WnRe0mGn8bj1A70kTs+0hetvoY j8WEt19x6qqZOdG/rkmzSIKQDtZ5tET/ljGRs7qSkzIa2B0BB3pMRo8zcwzNSq3gkF01 NQM9d5cJnCha9ZrbWEAyABJMMdgT8Y8kGoSqh44TKkM5QhU3h4Zan6Ib6V4LMjUJ4MuQ xR4+MMf/sDF7ayF5WDHZr3lGa5SMnPrLx7z/QJeVIfcTGhvSmcvkQmpOVOBWhSCnQXkl 4JFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=k2ILLjrp06NtHrLFNh6C0g8sL5c+7JW6rT5LqNcdvxk=; b=tpomvGL3sh6KVvUrfBS20UMuvA1yojQba2xRoQTsdsfu3gesFoyrUAXqG0oxM7cPg7 S6l58UbqZCW4SF5K3fPgakzkibsUXnGY2wuZlxtynuOdhOcH+gFNUEBV2xsfrrRDrHOv toQh000E7UQtQwtdzUoZl3jFzWDUZX/wOc6COr2Ex3ba3J2XynWgiml27Juk0RBIbI65 c91WCvkm1fnvDflgagWm8NZK5fny3++0/ckDq4mFLMkndVGk/yy3U0afxTpfV4p3xcdV 701JP3xW6UXAJ+3fCnLplaRIFhJ95R6pipAqi1noUktl/yyGcF7L2MoFKOXzP8/yw7Ry x/9Q== X-Gm-Message-State: AFeK/H1c+i4e9KOWvFjtPoPacwUBARzM3KRMhzKPwx2z1ycPbF1rsIoyvjZqqc3nO9kPjvpp X-Received: by 10.28.207.14 with SMTP id f14mr3629283wmg.72.1489573655294; Wed, 15 Mar 2017 03:27:35 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id m80sm3188937wmi.34.2017.03.15.03.27.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Mar 2017 03:27:34 -0700 (PDT) From: Thomas Monjalon To: Billy McFall Cc: wenzhuo.lu@intel.com, olivier.matz@6wind.com, dev@dpdk.org Date: Wed, 15 Mar 2017 11:27:33 +0100 Message-ID: <64764807.dXx3fjdfIU@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20170309205119.28170-4-bmcfall@redhat.com> References: <20170127183800.27466-1-bmcfall@redhat.com> <20170309205119.28170-1-bmcfall@redhat.com> <20170309205119.28170-4-bmcfall@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 3/3] net/vhost: vHost support to free consumed buffers 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: Wed, 15 Mar 2017 10:27:35 -0000 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.