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 BCA05A0487 for ; Thu, 4 Jul 2019 16:49:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 806022C38; Thu, 4 Jul 2019 16:49:41 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id CD7811F28 for ; Thu, 4 Jul 2019 16:49:39 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5F5602205C; Thu, 4 Jul 2019 10:49:39 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 04 Jul 2019 10:49:39 -0400 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=wqdYcJ7hBAHLInsIHI/fSxPH8dcZyLSuBkztKDUUBPg=; b=f/0mKcdpzKqJ e6Vm71fJ+8dIlZmbpcGscyotuicBQz0a+BzjPhitjoET7nPfVWebkryjXSI0cuLL c0ehwM8zEIdY+AUdnt1HkSi+cKjbAqXOu9ZAFsrKNj1dRh77qX/3YqQTeY3Gc0Ae G1ftPh9V55/Z2E5Bo/iTLeTJMB0Rjds= 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=fm3; bh=wqdYcJ7hBAHLInsIHI/fSxPH8dcZyLSuBkztKDUUB Pg=; b=Jb6fqpp4kJ/jl2S1KmSn0i2jZ4WBPd5Y3hdcdL8pbtij8Y4Y35du06qbU ngepDkRjvS3w4Dv6NYu/zjrJCP1K5cAXbNXYZ6iB9TUgeRMjG+2AY99eZa1ljauW HVFSwZe6zU74Aoo3xBKEaboHh9zcZyHepR7av6Qe6fYL4j21rOHaclCxtxvHEP6p gn+DpAm18wV6tActU3S92jvuCcfqz6cePob5tbmGF7KEdtEBz3QiPaB6s1agHq2H GAh98H/nhW2HbEmAKW8wBt9KfKKigPiJhCoEXF2aTAzlnZvRKwtI3T/iIheT0M8c 9Ab372XtJq+XvUpxixSgHTLflynQA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfedvgdekfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 339668005C; Thu, 4 Jul 2019 10:49:38 -0400 (EDT) From: Thomas Monjalon To: pbhagavatula@marvell.com Cc: dev@dpdk.org, bruce.richardson@intel.com, bluca@debian.org, jerinj@marvell.com Date: Thu, 04 Jul 2019 16:49:37 +0200 Message-ID: <2198733.D4WsMfkeW0@xps> In-Reply-To: <20190704085935.3328-1-pbhagavatula@marvell.com> References: <20190704085935.3328-1-pbhagavatula@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] event/octeontx2: add libatomic dependency for 32-bit clang 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" 04/07/2019 10:59, pbhagavatula@marvell.com: > From: Pavan Nikhilesh > > When compiling with clang on 32-bit platforms, we are missing > copies of 64-bit atomic functions. We can solve this by linking > against libatomic for the drivers and libs which need those > atomic ops. > > Signed-off-by: Pavan Nikhilesh Applied, thanks