From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1C5DE37A6 for ; Tue, 16 Feb 2016 11:52:22 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 16 Feb 2016 02:52:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,455,1449561600"; d="scan'208";a="747173403" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.63]) by orsmga003.jf.intel.com with SMTP; 16 Feb 2016 02:52:19 -0800 Received: by (sSMTP sendmail emulation); Tue, 16 Feb 2016 10:52:19 +0025 Date: Tue, 16 Feb 2016 10:52:19 +0000 From: Bruce Richardson To: Wang Xiao W Message-ID: <20160216105218.GD21696@bricha3-MOBL3> References: <1453372561-11431-16-git-send-email-xiao.w.wang@intel.com> <1453866647-16215-1-git-send-email-xiao.w.wang@intel.com> <1453866647-16215-3-git-send-email-xiao.w.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1453866647-16215-3-git-send-email-xiao.w.wang@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 02/16] fm10k/base: add macro definitions that are needed 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: Tue, 16 Feb 2016 10:52:23 -0000 On Wed, Jan 27, 2016 at 11:50:33AM +0800, Wang Xiao W wrote: > Some macros such as FM10K_RXINT_TIMER_SHIFT are removed in the share > code drop, but they are needed in dpdk/fm10k. This patch put all these > necessary macros into fm10k_osdep.h > > Signed-off-by: Wang Xiao W > --- > drivers/net/fm10k/base/fm10k_osdep.h | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > Compilation fails with this patch applied. Each patch of the set must leave the repository in a compilable state. Please do a V3 patchset to fix. Thanks, /Bruce CC fm10k_ethdev.o In file included from /home/bruce/next-net/dpdk-next-net/drivers/net/fm10k/fm10k.h:43:0, from /home/bruce/next-net/dpdk-next-net/drivers/net/fm10k/fm10k_ethdev.c:41: /home/bruce/next-net/dpdk-next-net/drivers/net/fm10k/base/fm10k_type.h:904:6: error: nested redefiniti on of ‘enum fm10k_rdesc_pkt_type’ enum fm10k_rdesc_pkt_type { ^ compilation terminated due to -Wfatal-errors. /home/bruce/next-net/dpdk-next-net/mk/internal/rte.compile-pre.mk:126: recipe for target 'fm10k_ethdev .o' failed make[5]: *** [fm10k_ethdev.o] Error 1