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 139052965 for ; Fri, 26 Oct 2018 12:52:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 906A921EF6; Fri, 26 Oct 2018 06:52:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 26 Oct 2018 06:52:30 -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=WMn02KnBxN1krO/luctxjZ1AlC8hOe3poSMShz1cVdY=; b=Hm9f3gEe0DQA CVLKyaKlE/kIvEbOdI/kz1PMXfhtgzi8uTkkEkuYucY5oos2Jxj/7dNh5DYO7sbP E0Dcp1jC3Ca2aq9vJSv4WrwanBxDERxdE/u4GNel4nafRly2twB3u4DP9NMxmGo6 0A0z1cnUEqDAPGFFbWXGOtxV6Nx99/o= 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=WMn02KnBxN1krO/luctxjZ1AlC8hOe3poSMShz1cV dY=; b=vE/yAvjK/TT6BfO5WDyc8x+aT8oDqq2HjcAj7hdcdNxQdyaPlbwiVthf1 tJAKXiPjfIs5BPasUMTtGazhipv6rXPOgYwGy2zL1osbGazdER4p/1VeoHnVjO6j KCBhK/RDTnvMrbLqz3hhagrnB9/SID2we5/VOKOI3cIN7sMWevDq3Yh1GLKZXtx3 RdKg4tA7COzxXQbLJVNycjnSpghxPN8Sg70tGeh4v+Xhxaxt4v4+vFSpR53pXte9 y0wFrH+z36VeWP3cJKUpGbZmixPYndGV1Pj93c4LOXA/5TxpkKrkk7Z83xN6Tyi8 6ty+IroyDsm43J5v408qd8m4kO9UA== 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 969C3E4240; Fri, 26 Oct 2018 06:52:28 -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 12:52:33 +0200 Message-ID: <2011593.tS5BtOCkVP@xps> In-Reply-To: <1540532253-112591-1-git-send-email-honnappa.nagarahalli@arm.com> References: <1540532253-112591-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 v7 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: Fri, 26 Oct 2018 10:52:31 -0000 > 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 Applied with doc squashed, thanks