From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 117022A6C for ; Wed, 5 Apr 2017 16:18:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491401890; x=1522937890; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=//l/+0CwErtBVJl05eaLxxHyiDR6sCrTOYKPZYZt8hM=; b=WOPu/JfVRk3QYP+lB03+7GkzraqriMbKXYueM66dItJrcyVm3t4w/Xjb FRUYK4JtRvb9E3mNXkUU27jbO30CgQ==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 07:18:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,278,1486454400"; d="scan'208";a="85055954" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 05 Apr 2017 07:18:07 -0700 To: Jerin Jacob References: <20170403114406.45dhs7l3mk25gnax@localhost.localdomain> <2321125.qHUxsz960x@xps13> <20170404102449.GA17668@jerin> <1785012.N3yeOaSWHM@xps13> <20170405131551.GA30228@jerin> Cc: Thomas Monjalon , bruce.richardson@intel.com, dev@dpdk.org From: Ferruh Yigit Message-ID: <29f7d34f-e89f-0d1b-2990-79c8b7f57a5d@intel.com> Date: Wed, 5 Apr 2017 15:18:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170405131551.GA30228@jerin> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] dpdk-next-eventdev git pull request for RC1 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: Wed, 05 Apr 2017 14:18:10 -0000 On 4/5/2017 2:15 PM, Jerin Jacob wrote: > -----Original Message----- >> Date: Wed, 5 Apr 2017 12:46:09 +0100 >> From: Ferruh Yigit >> To: Thomas Monjalon , Jerin Jacob >> >> CC: bruce.richardson@intel.com, dev@dpdk.org >> Subject: Re: [dpdk-dev] dpdk-next-eventdev git pull request for RC1 >> User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 >> Thunderbird/45.8.0 >> >> On 4/5/2017 9:04 AM, Thomas Monjalon wrote: >>> 2017-04-04 15:54, Jerin Jacob: >>>> On 17-04-04 09:13:38, Thomas Monjalon wrote: >>>>> Hi, >>>>> >>>>> When trying to pull the tree, the compilation failed at the third patch: >>>>> eventdev: implement the northbound APIs >>>>> >>>>> When building for x86_64: >>>>> In file included from lib/librte_eventdev/rte_eventdev.c:61: >>>>> lib/librte_eventdev/rte_eventdev.h:248:10: fatal error: >>>>> 'rte_mbuf.h' file not found >>>>> >>>>> Please, anyone to fix and check compilation on this tree? >>>> >>>> Fixed and rebased to >>>> dd18a2f0b vfio: fix secondary process start >>> >>> Pulled, thanks >>> and congratulations for the first merge of eventdev tree :) >> >> ICC produces following errors after merge: > > > How do we deal with ICC errors? I think, it shouldn't be community > responsibility. Let me send a patch. Thanks, ferruh > > >> >> .../drivers/event/octeontx/ssovf_worker.c(212): error #592: variable >> "get_work0" is used before its value is set >> RTE_SET_USED(get_work0); >> ^ >> >> .../drivers/event/octeontx/ssovf_worker.c(213): error #592: variable >> "get_work1" is used before its value is set >> RTE_SET_USED(get_work1); >> ^ >> >> compilation aborted for .../drivers/event/octeontx/ssovf_worker.c (code 2) >> make[7]: *** [ssovf_worker.o] Error 2 >> >> .../drivers/event/sw/sw_evdev_scheduler.c(379): error #300: const >> variable "dummy_rob" requires an initializer >> static const struct reorder_buffer_entry dummy_rob; >> ^ >> >> compilation aborted for .../drivers/event/sw/sw_evdev_scheduler.c (code 2) >> make[7]: *** [sw_evdev_scheduler.o] Error 2 >>