From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] vhost: disable indirect descriptors feature Date: Tue, 18 Oct 2016 16:30:50 +0800 Message-ID: <20161018083050.GI16751@yliu-dev.sh.intel.com> References: <1476717036-17399-1-git-send-email-maxime.coquelin@redhat.com> <67f1efc4-e476-1f5c-137a-1e36aceb73bf@redhat.com> <20161018081221.GH16751@yliu-dev.sh.intel.com> <28badf80-7915-6b99-7632-77772130bc4d@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, zhihong.wang@intel.com, ciara.loftus@intel.com To: Maxime Coquelin Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7F24268CF for ; Tue, 18 Oct 2016 10:29:59 +0200 (CEST) Content-Disposition: inline In-Reply-To: <28badf80-7915-6b99-7632-77772130bc4d@redhat.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Oct 18, 2016 at 10:13:54AM +0200, Maxime Coquelin wrote: > >>Thanks to Zhihong series you reworked, the changes to be done for > >>mergeable buffers case is greatly simplified. > >>I'll send the series later today. > > > >Do you mean the v6 from Zhihong? Unluckily, it will not be merged. That > >series has been simplified to not rewrite the enqueue from scratch. See > >V7. > No, I meant the v7. Oh, glad to know that the rework helps here :) --yliu > > > > >For this patch, I think you should also update (or remove?) the related > >section in the release note. > Yes, sure. > > Thanks, > Maxime