From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id AB8DE2C2F for ; Thu, 19 Jul 2018 05:37:49 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2018 20:37:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,373,1526367600"; d="scan'208";a="73586513" Received: from debian.sh.intel.com (HELO debian) ([10.67.104.228]) by fmsmga001.fm.intel.com with ESMTP; 18 Jul 2018 20:37:46 -0700 Date: Thu, 19 Jul 2018 11:37:31 +0800 From: Tiwei Bie To: maxime.coquelin@redhat.com, zhihong.wang@intel.com, dev@dpdk.org Cc: yinan.wang@intel.com, lei.a.yao@intel.com Message-ID: <20180719033731.GA25092@debian> References: <20180717131035.15635-1-tiwei.bie@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180717131035.15635-1-tiwei.bie@intel.com> User-Agent: Mutt/1.10.0 (2018-05-17) Subject: Re: [dpdk-dev] [PATCH] vhost: fix buffer length calculation 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: Thu, 19 Jul 2018 03:37:51 -0000 On Tue, Jul 17, 2018 at 09:10:35PM +0800, Tiwei Bie wrote: > Fixes: fd68b4739d2c ("vhost: use buffer vectors in dequeue path") > > Reported-by: Yinan Wang > Signed-off-by: Tiwei Bie Applied to dpdk-next-virtio/master, thanks.