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 67A06A0471 for ; Fri, 19 Jul 2019 12:37:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 17BCE1DBF; Fri, 19 Jul 2019 12:37:56 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D777E152A for ; Fri, 19 Jul 2019 12:37:53 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2F51E220A3; Fri, 19 Jul 2019 06:37:53 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 19 Jul 2019 06:37:53 -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=NoaPVVp3+aTzRN0S7nL3gV+hN46DGLOHGU1MTRaoG6I=; b=UPyn+sUEiDIL m6gYjFuxKJoOnX4B1eu+ySFiCKD3qJzhtMVjwA7WduU50T/JB1PMHlFI3ErqwoYa wH0h+OGh019aw11sonxDQaX53jpxFGfSyedW585RBwz01oRE2g/IWDHbE0CZhgH7 q8DdxUb1G1YSYUX9SUuKtkcKWujwOnw= 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=NoaPVVp3+aTzRN0S7nL3gV+hN46DGLOHGU1MTRaoG 6I=; b=hnXhGxEg0fdQ61Eq5y6GYQpINuFjn7RBbxoYVDW0sNdzUhfCFPqOTpUE4 DsLDhXT1LfZ61g4MlKzq2+nnbf+peE2ZDfSOUxOw7hEDNu1M1MYm8ofJ6VK4mXqw +zaV/Vhprn6c6WitV8+I9DvQjeSahJmPQbEyU0ztN6vvPBNmt51mQdIcz5CrVMFP uILESTKgkmkVPo3ELYBHEUx3ts4Vm1A0JfhTy8DyqF55mxHWBCLhfTERFJS+OlbG 2wrrRbVJwmdcOoApQvBo0rFuMyl67QSvzeGrAfqClXT9XSxnIuiD9e59z8m1W45q u+Y+ksjbDObjMmFgYAWfwNao1TdLA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieejgdefvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 A504B80066; Fri, 19 Jul 2019 06:37:51 -0400 (EDT) From: Thomas Monjalon To: Ruifeng Wang Cc: dev@dpdk.org, "Medvedkin, Vladimir" , bruce.richardson@intel.com, honnappa.nagarahalli@arm.com, gavin.hu@arm.com, nd@arm.com Date: Fri, 19 Jul 2019 12:37:50 +0200 Message-ID: <68002295.itzoM7FpLH@xps> In-Reply-To: <4a6d5fdc-a79e-5129-daed-c14ff8dfe8ce@intel.com> References: <20190605055451.30473-1-ruifeng.wang@arm.com> <20190718062230.16027-1-ruifeng.wang@arm.com> <4a6d5fdc-a79e-5129-daed-c14ff8dfe8ce@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 0/4] LPM4 memory ordering changes 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" 18/07/2019 16:00, Medvedkin, Vladimir: > On 18/07/2019 07:22, Ruifeng Wang wrote: > > Ruifeng Wang (4): > > lib/lpm: not inline unnecessary functions > > lib/lpm: memory orderings to avoid race conditions for v1604 > > lib/lpm: memory orderings to avoid race conditions for v20 > > lib/lpm: use atomic store to avoid partial update > > Looks ok to me, thanks! > > Series-acked-by: Vladimir Medvedkin Applied, thanks