From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3 3/8] vhost: refactor virtio_dev_merge_rx Date: Mon, 14 Mar 2016 14:45:30 +0800 Message-ID: <20160314064530.GK979@yliu-dev.sh.intel.com> References: <1455803352-5518-1-git-send-email-yuanhan.liu@linux.intel.com> <1457584366-3036-1-git-send-email-yuanhan.liu@linux.intel.com> <1457584366-3036-4-git-send-email-yuanhan.liu@linux.intel.com> <1720770.PY7soJZohG@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, huawei.xie@intel.com, Rich Lane To: Thomas Monjalon Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9167A29CD for ; Mon, 14 Mar 2016 07:44:53 +0100 (CET) Content-Disposition: inline In-Reply-To: <1720770.PY7soJZohG@xps13> 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 Fri, Mar 11, 2016 at 05:18:54PM +0100, Thomas Monjalon wrote: > This patch does not compile: > lib/librte_vhost/vhost_rxtx.c:386:5: error: =E2=80=98dev=E2=80=99 undec= lared Oops, I acutally did the basic compile test on every commit and every time I did a rebase. I had a quick look, it turned out that it's a build bug when RTE_LIBRTE_VHOST_DEBUG is enabled. It is disabled by default, and that's why I didn't catch it. Thanks for the report, I will fix it soon. --yliu