From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5CE77A0A02; Wed, 24 Mar 2021 20:27:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC614140FC8; Wed, 24 Mar 2021 20:27:19 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 88D20140FC7 for ; Wed, 24 Mar 2021 20:27:18 +0100 (CET) IronPort-SDR: 0tIt5nkGBWicbXiM/OTL6K7BNTdLlmh4CiRfiHSdtbVXA3ZTKDxq8DlrYRN1AvED1BhTQ9fSPO gPGpG5fetjlQ== X-IronPort-AV: E=McAfee;i="6000,8403,9933"; a="254765536" X-IronPort-AV: E=Sophos;i="5.81,275,1610438400"; d="scan'208";a="254765536" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2021 12:27:16 -0700 IronPort-SDR: zV53jeaa91mYGFGvD3NFjaxp8s1J45Z9LQI1R5Ea44LqPmGAbIM1sJ8biiPCxkRJKELOLSM//1 d1kUnjKtyBiA== X-IronPort-AV: E=Sophos;i="5.81,275,1610438400"; d="scan'208";a="408992775" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.28.141]) ([10.252.28.141]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2021 12:27:13 -0700 To: Qi Zhang Cc: dev@dpdk.org, thomas@monjalon.net, bruce.richardson@intel.com, xiao.w.wang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com, jia.guo@intel.com, qiming.yang@intel.com, haiyue.wang@intel.com, "Chen, Zhaoyan" , Aaron Conole References: <20210310121626.2019863-1-qi.z.zhang@intel.com> <20210323110749.2306452-1-qi.z.zhang@intel.com> <20210323110749.2306452-9-qi.z.zhang@intel.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <536d43c2-bb7b-7a0e-1ea7-a1fa4c4d7422@intel.com> Date: Wed, 24 Mar 2021 19:27:10 +0000 MIME-Version: 1.0 In-Reply-To: <20210323110749.2306452-9-qi.z.zhang@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v5 8/8] net/igc: refine debug build option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/23/2021 11:07 AM, Qi Zhang wrote: > 1. replace RTE_LIBRTE_IGC_DEBUG_RX with RTE_ETHDEV_DEBUG_RX. > 2. replace RTE_LIBRTE_IGC_DEBUG_TX whth RTE_ETHDEV_DEBUG_TX. > 3. merge RTE_LIBRTE_ETHDEV_DEBUG into RTE_ETHDEV_DEBUG_TX > > Signed-off-by: Qi Zhang CI is reporting a build error [1], I don't reproduce the error and I assume it is false positive but can you please check it? Also cc'ed Zhaoyan & Aaron for the possible CI issue. [1] http://mails.dpdk.org/archives/test-report/2021-March/184153.html