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 C6C7DA04A2; Tue, 5 Nov 2019 19:14:45 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A26EF1BED3; Tue, 5 Nov 2019 19:14:44 +0100 (CET) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id C093E1BECB for ; Tue, 5 Nov 2019 19:14:43 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4070F2DA; Tue, 5 Nov 2019 13:14:41 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 05 Nov 2019 13:14:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=v+4mkPWUmQj1IYIHwcU3rbfRBaWoc2gpODdyXt3CfQw=; b=GXoeLAShjJ+G vAeoS0Mr2VvU99Zr9uOzx4UU5h5w01Ercsa7SuUXufOb30Z6PGeDMwEqU7fhnkUd xWVoH6O90clCgBym+BruX18eZChDwPjGZIMJikO8Cj7SXlNYW3IU/KGp+d+LOdOA SgEW67lxAydsDMZOScPgOTR/JTjGXNc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=v+4mkPWUmQj1IYIHwcU3rbfRBaWoc2gpODdyXt3Cf Qw=; b=YuCyDjS66di52t02ntskiRMSuh+lec2nRQqbwhRpH+Pmxro6G87wBh2Ek fJjPZh4J1Ter0HEOgbbHeT7NP9atdWTuMdYcl8hH99jogyQhqcY4B0bZTeoID2bF +PjCD2eO1RWfQEg1mMsS/M6Tte4TymeTOShb07VH2fvnsnS2lILvkqZnN9N26nO0 O9s6G49Cf9nTMb3qi9VRXE9PRmXgejkUMxB9mF+lW2DFOd5F2HJc0CEhP4R1aUGF uI14kW4gr73n8g2RHmJdkC7EwjCs0W01Q51TOTpOwLuXxu2N9lQfilHXXwa3pdO0 pm6zp9ShGfWL2bMPilbI7+ncyqUjw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudduhedgudduudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ffohhmrghinhephhhurghrmhdrtghomhenucfkphepleefrddvfedrudelkedrhedunecu rfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtne cuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (51.198.23.93.rev.sfr.net [93.23.198.51]) by mail.messagingengine.com (Postfix) with ESMTPA id 99C4980061; Tue, 5 Nov 2019 13:14:38 -0500 (EST) From: Thomas Monjalon To: Rasesh Mody Cc: dev@dpdk.org, bruce.richardson@intel.com, ferruh.yigit@intel.com, jerinj@marvell.com, GR-Everest-DPDK-Dev@marvell.com Date: Tue, 05 Nov 2019 19:14:34 +0100 Message-ID: <1796630.RMlmoLHBJy@xps> In-Reply-To: <20191101060228.23271-1-rmody@marvell.com> References: <20191101060228.23271-1-rmody@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/bnx2x: fix meson build failure 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" 01/11/2019 07:02, Rasesh Mody: > Use kernel headers for __le* types to avoid potential conflicts > resulting in redefinition errors during Linux builds. Add check > for BSD builds. I don't see the error with my test builds. Please could you describe a case where it happens? And please provide an error log. > Fixes: 38dff79ba736 ("net/bnx2x: update HSI") > > Signed-off-by: Rasesh Mody > Tested-by: Dharmik Thakkar > Tested-by: Gavin Hu > --- > +#ifdef __FreeBSD__ Please prefer RTE_EXEC_ENV_FREEBSD