From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C034AA09E4; Thu, 28 Jan 2021 19:23:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57CC540682; Thu, 28 Jan 2021 19:23:00 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id B3CF64067A for ; Thu, 28 Jan 2021 19:22:58 +0100 (CET) IronPort-SDR: wjaaVktqLOS3gEZeR7Vw6/Aqe/3YiRb609MctsHzLpS2vz9GnJXiquzkqpodlbakoTnYArFf4F Xytx8512dsuQ== X-IronPort-AV: E=McAfee;i="6000,8403,9878"; a="179505605" X-IronPort-AV: E=Sophos;i="5.79,383,1602572400"; d="scan'208";a="179505605" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 10:22:57 -0800 IronPort-SDR: XmgguqeiYgCL71huMnNMggMOSZwta3dnpErMQngp2dno+pFMaRlSqZsQpNXjUWFA0GjGhPwrYk EyP/kb6x0UbQ== X-IronPort-AV: E=Sophos;i="5.79,383,1602572400"; d="scan'208";a="388937876" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.197.127]) ([10.213.197.127]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2021 10:22:49 -0800 To: Alexander Kozyrev , dev@dpdk.org Cc: rasland@nvidia.com References: <20210128171030.17013-1-akozyrev@nvidia.com> From: Ferruh Yigit Message-ID: Date: Thu, 28 Jan 2021 18:22:47 +0000 MIME-Version: 1.0 In-Reply-To: <20210128171030.17013-1-akozyrev@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix 32-bit arch compilation issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 1/28/2021 5:10 PM, Alexander Kozyrev wrote: > There is a "cast to pointer from integer of different size" > compilation failure on 32-bit machines introduced by the > RTE_FLOW_ACTION_TYPE_MODIFY_FIELD implementation in mlx5 PMD. > > Cast the specified value to be used as RTE_FLOW_FIELD_POINTER > to a pointer with an appropriate size suited for underlying arch. > Please squash this patch into the original commit if possible. > > Fixes: 80ec1e84a4 ("net/mlx5: support modify field flow action") > > Signed-off-by: Alexander Kozyrev Squashed into relevant commit in next-net, thanks.