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 71C38A04DD; Mon, 20 Jan 2020 01:16:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 13D5A2904; Mon, 20 Jan 2020 01:16:52 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id BF2E828F3 for ; Mon, 20 Jan 2020 01:16:50 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3AD6A218BB; Sun, 19 Jan 2020 19:16:49 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 19 Jan 2020 19:16:49 -0500 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=/x+yNfCI+TjkCtC5zd1xjR+F6qEty3XniOejihLOA8U=; b=J26fyzKE/7z2 yZoHsMMhAKkqm4ooaqBKh3aKsxNdq93mqgrsGFUdKIra1grAfQd/jdAcZKmpOhWy 4UYXnFIqP3HbkAx9FbI22nhaq8MNHk7xLTNmFPONp/yT5Ts9jJrV8Jk1Ch63fy74 Y6Kxuku7c8o5FFcoP26ovYOTbSWfbe4= 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=/x+yNfCI+TjkCtC5zd1xjR+F6qEty3XniOejihLOA 8U=; b=GhxNFyWWTiu5y9eO4kLiaQ7Fnxxn82id/ojSrwYkuaLQJkIfXXO2+lI5Y jDfI0mMHKZ9j/NzoKuUliVe+MWR8VX+Aovm8K5lps+3eX71ROtCuFUR6vsT/h41H GeR/qmGQmlB9pVFjLGjXRlHKCEmWv+lILaNtrfP0ASboxxT3cNg52tTKAK+uEioq nQAPA1Be+8437+GcgwSV+KL9/hllCTSPYFARU58c1jPR1botaAD5QMztcQmzu4IG Mlt/4zojXy7052rfniNCohGPFGxDH/zjOVXexR3KH4BXiWUh40LZAQZpecovo3Ig K2pxJ5GNIssWKfQgLFoGl6JGmyU/g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeggddulecutefuodetggdotefrodftvf 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 624A28005C; Sun, 19 Jan 2020 19:16:48 -0500 (EST) From: Thomas Monjalon To: "Amber, Kumar" Cc: "dev@dpdk.org" , "Wang, Yipeng1" Date: Mon, 20 Jan 2020 01:16:47 +0100 Message-ID: <6582220.dE46n4Xy2H@xps> In-Reply-To: References: <20191122182100.15631-1-kumar.amber@intel.com> <20191126023913.16425-1-kumar.amber@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] hash: added a new API to hash to query key id 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" 27/11/2019 02:59, Wang, Yipeng1: > From: Amber, Kumar > >Adding new API function to query the maximum key ID > >that could possibly be returned by rte_hash_add_key and > >rte_hash_add_key_with_hash. When RTE_HASH_EXTRA_FLAGS_MULTI_WRITER_ADD > >is set, the maximum key id is larger than the entry count specified > >by the user. > > > >Signed-off-by: Kumar Amber > >--- > >+ * - A value indicating the max key of Id key slots present in the table. > >+ */ > [Wang, Yipeng] typo: key of id -> key Id of > > Other than this: > Acked-by: Yipeng Wang Applied with typo fixed, thanks