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 3BE002C5 for ; Thu, 6 Apr 2017 11:04:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491469480; x=1523005480; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=Re97ys3UJKjdGIK8Ez++ytiC6azmI+1MS7waYPLImjk=; b=FWqawKfrYFyDeigHD8GhDRV9erZ3PE7/lab98orHvQ1nz59b8n96m5oJ 49PcZ3Ql58SJ5uaK/RBMFxyzfHsAvQ==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 02:04:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,283,1488873600"; d="scan'208";a="1116142251" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga001.jf.intel.com with ESMTP; 06 Apr 2017 02:04:37 -0700 To: Pascal Mazon , "Wei, FangfangX" References: <15e752$p3b6qk@FMSMGA003.fm.intel.com> <067B569323FEB248B5CB480E1954F4346EA411F9@SHSMSX101.ccr.corp.intel.com> <20170406105707.61477426@paques.dev.6wind.com> Cc: "dev@dpdk.org" , "Xu, Qian Q" , "Liu, Yong" , "Chen, WeichunX" , "Lu, PeipeiX" , "Xu, HuilongX" , DPDK_SW_ENG From: Ferruh Yigit Message-ID: Date: Thu, 6 Apr 2017 10:04:36 +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: <20170406105707.61477426@paques.dev.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] FW: [dpdk-test-report] | ERROR | daily Intel builds (46/55) 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: Thu, 06 Apr 2017 09:04:40 -0000 On 4/6/2017 9:57 AM, Pascal Mazon wrote: > Hi, > > I'll take a look at the tap issue. Thanks Pascal, And I can check thunderx and #5. > > Best regards, > Pascal > > On Thu, 6 Apr 2017 08:03:46 +0000 > "Wei, FangfangX" wrote: > >> Hi all, >> >> There're 3 new issues in daily build report: >> 1. Failure #1, #2, error logs as below: >> == Build drivers/net/thunderx >> CC nicvf_rxtx.o >> cc1: error: invalid option argument ‘-Ofast’ >> make[6]: *** [nicvf_rxtx.o] Error 1 >> make[5]: *** [thunderx] Error 2 >> make[4]: *** [net] Error 2 >> make[3]: *** [drivers] Error 2 >> make[2]: *** [all] Error 2 >> make[1]: *** [pre_install] Error 2 >> make: *** [install] Error 2 >> >> It occurred by following commit: >> commit 0bc8874b3b2c2da74bb955ce2de2da7eb009a8bf >> Author: Jerin Jacob >> Date: Sun Mar 19 20:18:48 2017 +0530 >> >> config: enable thunderx nicvf >> >> 2. Failure #3, #4, #6, #7, #8, #9, error logs as below: >> /homeDPDK/drivers/net/tap/rte_eth_tap.c:78:0: error: "RTE_PMD_TAP_MAX_QUEUES" redefined [-Werror] compilation terminated due to -Wfatal-errors. >> cc1: all warnings being treated as errors >> >> It occurred by following commit: >> commit cf5643661161056c0ad0c073dd37ff674c2c9dc6 >> Author: Pascal Mazon >> Date: Thu Mar 23 09:33:54 2017 +0100 >> >> net/tap: move private elements to external header >> >> >> 3. Failure #5, I'm still debugging it. >> >> Best Regards >> Fangfang Wei >> <...>