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 3392CA04C7; Tue, 15 Sep 2020 19:04:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADC241C10F; Tue, 15 Sep 2020 19:04:13 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4225B1C10C for ; Tue, 15 Sep 2020 19:04:12 +0200 (CEST) IronPort-SDR: IH8tZP+pgUn/Ch94eWlHbjLXXiR3TEpoWIpn6n26/AmKdnYFJWegEY43Qx5/IfIYbOwmCddNoe /mKiidvzy86Q== X-IronPort-AV: E=McAfee;i="6000,8403,9745"; a="223492218" X-IronPort-AV: E=Sophos;i="5.76,430,1592895600"; d="scan'208";a="223492218" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 10:04:09 -0700 IronPort-SDR: t/9Wi+s9idPPm6zfQnObGu5QHSzjBckPTDBWGSV8FPNuA+jNlm+UC/YS8Q8kSVHZkVNWvThuNQ wls6uH8a6pmA== X-IronPort-AV: E=Sophos;i="5.76,430,1592895600"; d="scan'208";a="482901352" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.215.1]) ([10.213.215.1]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 10:04:08 -0700 From: Ferruh Yigit To: Ajit Khaparde , Lance Richardson Cc: Somnath Kotur , dpdk-dev References: <20200915140735.209826-1-lance.richardson@broadcom.com> <6ca3ee0a-1938-e0bd-a4a5-d5e79175949d@intel.com> Message-ID: Date: Tue, 15 Sep 2020 18:04:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: <6ca3ee0a-1938-e0bd-a4a5-d5e79175949d@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/bnxt: fix powerpc build 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 5:08 PM, Ferruh Yigit wrote: > On 9/15/2020 4:38 PM, Ajit Khaparde wrote: >> >> >> On Tue, Sep 15, 2020 at 7:07 AM Lance Richardson >> > >> wrote: >> >> A previous commit broke compilation for builds other than x86 and >> aarch64. Fix by moving macro definitions to more appropriate header >> files. >> >> Fixes: 479387565605 ("net/bnxt: improve small ring sizes support") >> Signed-off-by: Lance Richardson > > >> >> Ferruh,  >> Let me know if you can pick this directly or would like to pull through >> the subtree. > > Hi Ajit, > > I will squash it in the next-net, to not leave any broken builds in the > git history... > Squashed into relevant commit in next-net, thanks.