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 23B7FA04B5; Wed, 30 Sep 2020 18:29:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5824B1D58D; Wed, 30 Sep 2020 18:29:46 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9F42A1D58A for ; Wed, 30 Sep 2020 18:29:43 +0200 (CEST) IronPort-SDR: P4FFBHU2RJGG8aiGULbRwXwmfU9eaC2pyR6p5oipze9hfNn4XOgrC+tx4Q249ny1PXU3Tz9V9F TmGYPhOLepqQ== X-IronPort-AV: E=McAfee;i="6000,8403,9760"; a="161713585" X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="161713585" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2020 09:29:27 -0700 IronPort-SDR: gDBO9gMKs0Km4Uxj5CxMynOVqqnnp/L5CqasBcmyZQrep0WA1Fa6D/rKiXguYaQ7w8x3CYek0r RGfU2h10onYQ== X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="312644810" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.229.39]) ([10.213.229.39]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2020 09:29:25 -0700 To: SteveX Yang , dev@dpdk.org, Bruce Richardson Cc: bruce.richardson@intel.com, wenzhuo.lu@intel.com, beilei.xing@intel.com, qiming.yang@intel.com References: <20200911055811.16474-1-stevex.yang@intel.com> <20200915022458.18913-1-stevex.yang@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 30 Sep 2020 17:29:24 +0100 MIME-Version: 1.0 In-Reply-To: <20200915022458.18913-1-stevex.yang@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3] 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 9/15/2020 3:24 AM, SteveX Yang wrote: > The depended pmd bond is missing for test-pmd. Add the pmd_bond to deps, > and replace the relative MACRO name with new RTE_LIBRTE_BOND_PMD. > > Fixes: 2950a769315e ("bond: testpmd support") > > Signed-off-by: SteveX Yang This one too superseded for the generic solution from Bruce: https://patches.dpdk.org/project/dpdk/list/?series=12283 Can you please check/review the above set?