From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8EA541B219 for ; Mon, 9 Oct 2017 19:45:03 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 09 Oct 2017 10:45:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,501,1500966000"; d="scan'208";a="908242288" Received: from unknown (HELO [10.241.225.162]) ([10.241.225.162]) by FMSMGA003.fm.intel.com with ESMTP; 09 Oct 2017 10:45:01 -0700 To: Kirill Rybalchenko , dev@dpdk.org Cc: andrey.chilikin@intel.com, beilei.xing@intel.com, jingjing.wu@intel.com References: <1507559882-98853-1-git-send-email-kirill.rybalchenko@intel.com> From: Ferruh Yigit Message-ID: <8fbe1a7c-a1d7-439c-118c-7e6bdee797f5@intel.com> Date: Mon, 9 Oct 2017 18:45:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1507559882-98853-1-git-send-email-kirill.rybalchenko@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix compilation with I40E disabled 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: Mon, 09 Oct 2017 17:45:04 -0000 On 10/9/2017 3:38 PM, Kirill Rybalchenko wrote: > Precompiler instructions #ifdef RTE_LIBRTE_I40E_PMD ... #endif > were not placed correctly, which caused number of > compilation errors if I40E PMD is disabled. > > Fixes: 5a4806d304e0 ("app/testpmd: support updating pctype mapping") > > Signed-off-by: Kirill Rybalchenko Applied to dpdk-next-net/master, thanks.