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 600F4A04C7; Mon, 14 Sep 2020 18:24:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 423501C0CC; Mon, 14 Sep 2020 18:24:15 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id ADCFF1BE95 for ; Mon, 14 Sep 2020 18:24:13 +0200 (CEST) IronPort-SDR: mi6PuhT4Ym2Fm1qkGqXUetwq01e/bLs8JUx0a6hhgGpHYE49uuTNzEsbe+C6wHGcvcrHMk5GEm AAmUPgLJ44eg== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="138612778" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="138612778" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 09:24:08 -0700 IronPort-SDR: JCHSrMOZI1ulNzx/V8sAF9dXlqCjteF/64apvXR2RqhIbmKtQ9dDY9+cnXgobbLjqGdgDmaS9i Mf3IGEpekvZA== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="330801805" Received: from bricha3-mobl.ger.corp.intel.com ([10.251.82.81]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 14 Sep 2020 09:24:05 -0700 Date: Mon, 14 Sep 2020 17:24:02 +0100 From: Bruce Richardson To: "Yang, SteveX" Cc: David Marchand , dev , "Lu, Wenzhuo" , "Xing, Beilei" , "Yang, Qiming" , Kevin Traynor , Luca Boccassi Message-ID: <20200914162319.GB745@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. > > Thanks & Regards, > Steve Yang. > I'm looking a bit deeper into these macro defines, and trying to do up a general patchset that will close off a couple of issues simultaneously. I suggest we see how far that work goes before doing any new revisions of this set, as it hopefully will cover the issues here. /Bruce