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 27802A04BC; Thu, 8 Oct 2020 13:29:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8534F1BD82; Thu, 8 Oct 2020 13:29:24 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7C3981BD72 for ; Thu, 8 Oct 2020 13:29:22 +0200 (CEST) IronPort-SDR: 41a5QXvgBspp1qJp3x1SSkoDJzamlaapba0NodjhV1D0CqSqaO3sF6Ct8rEKNBZlmiIV2ZndRn TbkvCYLTKBFg== X-IronPort-AV: E=McAfee;i="6000,8403,9767"; a="250014186" X-IronPort-AV: E=Sophos;i="5.77,350,1596524400"; d="scan'208";a="250014186" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2020 04:29:20 -0700 IronPort-SDR: Tl3hIUlYHl/6wYB2/8Uz+bYI4CDy3cPbSnVQJIFgDRwfS2XQw1FugcRKTkaX1YlbaT9sRYaRuv q4UaBhT0fFcA== X-IronPort-AV: E=Sophos;i="5.77,350,1596524400"; d="scan'208";a="312184129" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.226.103]) ([10.213.226.103]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2020 04:29:18 -0700 To: David Marchand , Nipun Gupta Cc: Hemant Agrawal , dev References: <20200921133830.1575872-1-ferruh.yigit@intel.com> <20200921133830.1575872-2-ferruh.yigit@intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 8 Oct 2020 12:29:15 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/4] raw/dpaa2: fix build with gcc 11 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 10/8/2020 11:40 AM, David Marchand wrote: > On Thu, Oct 8, 2020 at 11:08 AM Nipun Gupta wrote: >> >> Hi David, >> >> https://patchwork.dpdk.org/patch/76983/ - this patch have same changes? >> Please check and let me know what shall be done. > > Ok, I'll mark Ferruh patch as rejected. > Yes looks like fixing same thing, good for me.