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 E2223A0A02; Tue, 23 Mar 2021 15:47:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C63AF140F1F; Tue, 23 Mar 2021 15:47:34 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 72EE94069E for ; Tue, 23 Mar 2021 15:47:33 +0100 (CET) IronPort-SDR: EVG/9ZRUcqrDSsrQGJRYX923J3SisNAyiFKSYOLqx06kocH82/LHeP5xX9v1FscueUzf6MFwXs ndbJfzvYXw1w== X-IronPort-AV: E=McAfee;i="6000,8403,9931"; a="251847746" X-IronPort-AV: E=Sophos;i="5.81,271,1610438400"; d="scan'208";a="251847746" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2021 07:47:32 -0700 IronPort-SDR: 2ZkXv6NeS/raQweC0GZIL7ipKmOBnVA7Yr3T66LVxZ4/FkNFL+8VRL/MwIrNUXUyvt9dniqemQ rtYOr1goGOvQ== X-IronPort-AV: E=Sophos;i="5.81,271,1610438400"; d="scan'208";a="604323621" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.14.45]) ([10.252.14.45]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2021 07:47:29 -0700 To: Qi Zhang , Thomas Monjalon , Andrew Rybchenko 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 References: <20210310121626.2019863-1-qi.z.zhang@intel.com> <20210323110749.2306452-1-qi.z.zhang@intel.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <78b7adc6-c096-b174-1a41-a0100344e135@intel.com> Date: Tue, 23 Mar 2021 14:47:28 +0000 MIME-Version: 1.0 In-Reply-To: <20210323110749.2306452-1-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 0/8] ether: 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: > PMDs use RTE_LIBRTE__DEBUG_RX|TX as build option to wrap > data path debug code. As .config has been removed since the meson build, > It is not friendly for new DPDK users to notice those debug options. > > Patch 1/8: introduces new compile options for data path debug in ether > layer, PMD can choose to reuse them to avoid maintain their own. > > - RTE_ETHDEV_DEBUG_RX > - RTE_ETHDEV_DEBUG_TX > > The undocumented RTE_LIBRTE_ETHDEV_DEBUG will a alias to > both RTE_ETHDEV_DEBUG_RX and RTE_ETHDEV_DEBUG_TX for backward > compatibility. > > Patch 2/8 - 8/8: refine the build option for Intel PMDs by using the > new build options > > Qi Zhang (8): > ether: refine debug build option > net/fm10k: refine debug build option > net/e1000: refine debug build option > net/i40e: refine debug build option > net/iavf: refine debug build option > net/ice: refine debug build option > net/ixgbe: refine debug build option > net/igc: refine debug build option > For series, Reviewed-by: Ferruh Yigit Thomas, Andrew, if there is no objection I am planning to merge it soon.