From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DF54DA04C9; Mon, 14 Sep 2020 10:33:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 207B01C0CF; Mon, 14 Sep 2020 10:33:20 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 68C071C0CA for ; Mon, 14 Sep 2020 10:33:18 +0200 (CEST) IronPort-SDR: 1Gdf5MiuFIks5YymjB8Xag7L7TEo+R3cy70BgVXnrgNmTWlqTiOxh7iWgg9GhImL5uXbnj5nKL JdvlF8aIMP0A== X-IronPort-AV: E=McAfee;i="6000,8403,9743"; a="220597567" X-IronPort-AV: E=Sophos;i="5.76,425,1592895600"; d="scan'208";a="220597567" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 01:33:17 -0700 IronPort-SDR: wEbQenVwXSzdzV62qOJ0ZVT9xGNlQNGVLaX8luADAZUEfkgScfQpmjLIT2rjzJLwm1pzpjjEwb g/1mmUf/LxiQ== X-IronPort-AV: E=Sophos;i="5.76,425,1592895600"; d="scan'208";a="450791082" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.7.231]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 14 Sep 2020 01:33:15 -0700 Date: Mon, 14 Sep 2020 09:33:12 +0100 From: Bruce Richardson To: "Yang, SteveX" Cc: David Marchand , dev , "Lu, Wenzhuo" , "Xing, Beilei" , "Yang, Qiming" , Kevin Traynor , Luca Boccassi Message-ID: <20200914083312.GB737@bricha3-MOBL.ger.corp.intel.com> References: <20200910015525.59124-1-stevex.yang@intel.com> <20200911055811.16474-1-stevex.yang@intel.com> <20200911083638.GA732@bricha3-MOBL.ger.corp.intel.com> <20200911094054.GB732@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dpdk-dev] [PATCH v2] app/test-pmd: fix meson build failed when enabled pmd_bonded 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Sep 14, 2020 at 08:18:14AM +0100, Yang, SteveX wrote: > Hi Bruce, > > Do you mean I can provide a patch set which includes following two commit fixes: > 1. For 20.11, add 'pmd_bond' to deps, and change the old macro to RTE_LIBRTE_BOND_PMD; > 2. For backporting version, add 'pmd_bond' to deps, and add the compatibility macro to the config/rte_config.h; > > Are the two patches conflicted? Because both of them add the 'pmd_bond' to deps of test-pmd meson build with the same way. > Hi Steve, it seems that there are quite a lot of compatibility macros that will need to be added so I think they will need to be managed separately. Therefore, I would suggest just doing the 20.11 patch as originally planned for now. /Bruce