From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 630876892 for ; Fri, 19 Aug 2016 04:23:49 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 18 Aug 2016 19:23:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,543,1464678000"; d="scan'208";a="867970224" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga003.jf.intel.com with ESMTP; 18 Aug 2016 19:23:47 -0700 Date: Fri, 19 Aug 2016 10:32:48 +0800 From: Yuanhan Liu To: Zhihong Wang Cc: dev@dpdk.org, maxime.coquelin@redhat.com Message-ID: <20160819023248.GZ30752@yliu-dev.sh.intel.com> References: <1471319402-112998-1-git-send-email-zhihong.wang@intel.com> <1471501991-37257-1-git-send-email-zhihong.wang@intel.com> <1471501991-37257-3-git-send-email-zhihong.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471501991-37257-3-git-send-email-zhihong.wang@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 2/6] vhost: remove obsolete X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 02:23:49 -0000 On Thu, Aug 18, 2016 at 02:33:07AM -0400, Zhihong Wang wrote: > This patch removes obsolete functions. Splitting patches doesn't work in this way: this should be in the first patch. Otherwise, build breaks in the first patch, as some functions are defined but not used. --yliu