From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 1F5005F13 for ; Fri, 26 Oct 2018 00:56:07 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A1BDC22070; Thu, 25 Oct 2018 18:56:06 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 25 Oct 2018 18:56:06 -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=lm/YBDg+78DNsDN33COD4VjZNCa6IU94iVea6YmOmp0=; b=n2ndPO7po+7M vM1ohE7aXAC3K/a8KHX5RBnIJtGgr+iQUwLvomVRXYgpFyN9mTFOMEichVQp/czz J8a8Kdj8HVNN1t2mf2LksFbz8dvfdLi71+Q0NZ8tjyckjs7QL5r2mQStyI0sgQMj qoE50t4sf0T6aRzSCb40b2WVZQca7sw= 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=lm/YBDg+78DNsDN33COD4VjZNCa6IU94iVea6YmOm p0=; b=v2dJ5JMVyMpBXK2o6qe8oGq17geMgcLOKVOfIkdbbAB8uBttBv3+bcQDX hTAhjrhYXN/vaQlUrMaIEfafrAoATUCqix/3nLk5nsz/PcIaAn2dy1RtnHWLJLne RFvyIkZgIwLmtjPCdABWY86LgVQiJH/an2TvCLThOjKWy2EOA/LS46QLemaW7WAQ yqMcFaWXqoin/YnH0G1Wi0EXul4hHjlIdBMQBk6CUXB+k9z7qGiNEz+BNOsD6eci Wepl2edZY/2N77Oqrucp63Jejxf8T+WU1CiSa9hE3yZCjuQtUZcKnjQSaM/GkV8M rS94yOj5M6XoS0u0lOrvb8MHz0YAw== X-ME-Sender: 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 6A908102F6; Thu, 25 Oct 2018 18:56:05 -0400 (EDT) From: Thomas Monjalon To: Honnappa Nagarahalli Cc: dev@dpdk.org, bruce.richardson@intel.com, pablo.de.lara.guarch@intel.com, yipeng1.wang@intel.com, dharmik.thakkar@arm.com, gavin.hu@arm.com, nd@arm.com Date: Fri, 26 Oct 2018 00:56:08 +0200 Message-ID: <2478359.0TPsiFennH@xps> In-Reply-To: <1540344746-29045-1-git-send-email-honnappa.nagarahalli@arm.com> References: <1540344746-29045-1-git-send-email-honnappa.nagarahalli@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 0/5] Address reader-writer concurrency in rte_hash 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: , X-List-Received-Date: Thu, 25 Oct 2018 22:56:07 -0000 24/10/2018 03:32, Honnappa Nagarahalli: > Dharmik Thakkar (1): > test/hash: read-write lock-free concurrency test > > Honnappa Nagarahalli (4): > hash: separate multi-writer from rw-concurrency > hash: support do not free on delete > hash: fix key store element alignment > hash: add lock-free read-write concurrency Please add Cc: stable@dpdk.org below Fixes: line when the fix must be backported. The script check-git-log.sh will help in this task.