From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 0AB6AA0096 for ; Wed, 5 Jun 2019 19:35:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5D1541B95B; Wed, 5 Jun 2019 19:35:37 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 92EF62B8E; Wed, 5 Jun 2019 19:35:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E6F9C22502; Wed, 5 Jun 2019 13:35:34 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 05 Jun 2019 13:35:34 -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=KjHv2uATN7wwnZ2znqVyn9BwHGx+PHhfOy9pA+EQawo=; b=o1whpVAIeW/p Pom4um6XNQEEjz4rVc/Dvqj8JiSPjSmSS34AMkduVxw9PjP0M20bevjw++ayhWTy evR775z2nvAjyR7Nj0lMvWxbHuyV1mJ/AgAgM20l39ECXyZa3PdsMJwF1l1O/UHR PubgX0L7UoCij1KuNWR17jYEw2mtBx0= 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=fm2; bh=KjHv2uATN7wwnZ2znqVyn9BwHGx+PHhfOy9pA+EQa wo=; b=0DnOEfnmTEQRrCt+jXPheVt6JVU2waT0nJ88aWD39TbESXx/TyRUwIgRl XNgsQXzI9YcW3ZLSnQEJeLOFc9Zu+NTFg5XY29lNIhlhUneyvFoXmgfYLrR936lE +9DHp4WYzlvgrYlHEuXFvmzZUMBF/OYtLIf+uIaeNKwOqToaxydO9h2rBJ549QCp Y4k4ybXB7vfKiOt8QijmJp3jU25NNMXK9OrtqW+nIGCo7sxZu9CS0jqPrYK3Jie7 MIDcMd1GQzSAmFF4J1vE9c/R2IILmpMWj/VSxxNPGvoZavbzPBCoe4X8uxjUysgJ 96uCqHM9y248Chbkp1PgsI0OrhkPw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudegvddgudduiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 03D3F380088; Wed, 5 Jun 2019 13:35:32 -0400 (EDT) From: Thomas Monjalon To: Phil Yang Cc: dev@dpdk.org, jerinj@marvell.com, hemant.agrawal@nxp.com, Honnappa.Nagarahalli@arm.com, gavin.hu@arm.com, nd@arm.com, techboard@dpdk.org Date: Wed, 05 Jun 2019 19:35:31 +0200 Message-ID: <21374459.POzZW4d86n@xps> In-Reply-To: <1559750328-22377-1-git-send-email-phil.yang@arm.com> References: <1559750328-22377-1-git-send-email-phil.yang@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 0/3] MCS queued lock implementation 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" 05/06/2019 17:58, Phil Yang: > This patch set added MCS lock library and its unit test. It seems this patch is targetting 19.08, however it missed the proposal deadline by 2 days. +Cc techboard for a decision.