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 A9D72FEB for ; Fri, 26 Oct 2018 12:55:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 44C3121EF6; Fri, 26 Oct 2018 06:55:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 26 Oct 2018 06:55:36 -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=OtsM9y6y1AauN7yOP52gQdjB2kkdUO0wXJxtrPrvMrE=; b=jklc4Ayystvj Jap5LXj/IZAm/8mNJ9mOOTDmjv255vEi+3UX6qKkFD0k3hzXCYXZjb5c1t8Za+t6 j2l6HvmhyFs8FrCNTvgZXVR/EeiXMOq0a2nxJM49cBF4oLpNOVtLALYyImXuTxFi WwEMIMsWAsyqtOlf0sNf0KW7G440hlU= 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=OtsM9y6y1AauN7yOP52gQdjB2kkdUO0wXJxtrPrvM rE=; b=GhQej91sv3kfIfwIXlLST7/ZN+WYlrtL/LgO7rtsetSDK3ktRXkiuSPh3 ZQl3nIiY4e6o2gBRQXkToEFlYLKYkpLhh6cHj41pAZ/fR2FaKZCHUFE8xGtK+YV2 HE7oe1HBV8wdGfFfjxtz7Bs4H7V3suiNoMfCMG+5Pzyfr+g6s4ZYIiR52oj6SaDY JKIbq4uB95q8ysoJjF5zFh5NbOpOs+8+otFBb1QqehZX8XHfR8A7D91j4x6ACchg WELhn2YfPE17Iw+mU+yh1mt6FwGq3FgiEuGxlk2cKuDt5oZn4FjIFCXqJ+YJwzd/ bWfZ3SVqOnDNPIboWK+FaxZ07uoxw== 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 92A6A102DE; Fri, 26 Oct 2018 06:55:34 -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, gavin.hu@arm.com, dharmik.thakkar@arm.com, nd@arm.com Date: Fri, 26 Oct 2018 12:55:39 +0200 Message-ID: <1649799.5rOa2hZEDU@xps> In-Reply-To: <1540356591-10745-1-git-send-email-honnappa.nagarahalli@arm.com> References: <1540356591-10745-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] doc/rel-notes: lock-free RW concurrency in 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:55:36 -0000 24/10/2018 06:49, Honnappa Nagarahalli: > Add lock-free reader/writer concurrency capability in rte_hash library > to release notes. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Gavin Hu Squashed in related patch