From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 47D8FA0C4E; Mon, 25 Oct 2021 19:05:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 33D8D4111B; Mon, 25 Oct 2021 19:05:45 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id C088F40E32 for ; Mon, 25 Oct 2021 19:05:43 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6B5CE5C01EF; Mon, 25 Oct 2021 13:05:43 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 25 Oct 2021 13:05:43 -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=fm2; bh= vsMigo2lC3yTmuWY3zoaqWQgFvqdRgOBqVMjT/BWHnA=; b=dwBwr7Zg34ejq/uZ +rMIasgohOIaF9V7nissLX4pyslK8uHMTtpxZiH98Fx6ER4WVCt9Xvk4Ugf5vE3O stij+Y4OSIUZyH0mDnXC+yhUNuqU8w6Hq0PPoBbxU1KuXI71RpU2y3mH3NNfYgIk pXP9BTwcFX6fzgcUFMseOwR6IwMKtJtNVwU++0k23bpm92LXK0MQyL+WAwxkvF/T jr5LtK5T1BIBWAUr3esLjqICzfgpke2VRwt/a2ocMsgRKxKZWGkbi5Ffb9aXb/ti V68xIGmHFZuUB9738V1/7R2mv1Yr54IMbe1m6PUnMTrOCx0x4eGwz36d1DzjL9tJ 15Urtw== 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=vsMigo2lC3yTmuWY3zoaqWQgFvqdRgOBqVMjT/BWH nA=; b=RVXroUkURDqn1fZK1YZSIEDGB3LgDgiRg0ttFEsd21BcTaqkKtRy7QMUu sEY8DIBlU8RhVXNrU+q1CH79BlTLIOxdwvPjfjCQxcjg1aoMbiM9IG7s9BA1Xg1Q 1uBGkbvSFFlrUBPqYGs2C13VS4RUO0flFOWeZ4m03gHZ5njRyKX5/Z7wbZS4hWo0 1SrhTiB2LA4ZsWNqwEE324SZA30J968QBXs8qr2DPbqf7GNVdGXJkSJWLjMmZizi cnyn6EjlakKDqzT06ZRN3gCAzC1GYwNBCQ/CXV5ZZbV7Ywstz2pniKfF6j7XWuf5 RXhXczWTc+Hme3O9PkXMGA0oG5YEQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvdefhedguddthecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 25 Oct 2021 13:05:42 -0400 (EDT) From: Thomas Monjalon To: Vladimir Medvedkin Cc: dev@dpdk.org, yipeng1.wang@intel.com, sameh.gobriel@intel.com, bruce.richardson@intel.com, konstantin.ananyev@intel.com, stephen@networkplumber.org Date: Mon, 25 Oct 2021 19:05:41 +0200 Message-ID: <3518600.yvomQ2Nul5@thomas> In-Reply-To: <1634842469-27119-2-git-send-email-vladimir.medvedkin@intel.com> References: <1634842469-27119-1-git-send-email-vladimir.medvedkin@intel.com> <1634842469-27119-2-git-send-email-vladimir.medvedkin@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 1/5] hash: add new toeplitz hash implementation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 21/10/2021 20:54, Vladimir Medvedkin: > This patch add a new Toeplitz hash implementation using > Galios Fields New Instructions (GFNI). > > Signed-off-by: Vladimir Medvedkin > Acked-by: Konstantin Ananyev > --- > --- a/lib/hash/version.map > +++ b/lib/hash/version.map > @@ -39,10 +39,12 @@ EXPERIMENTAL { > > rte_thash_add_helper; > rte_thash_adjust_tuple; > + rte_thash_complete_matrix; > rte_thash_find_existing; > rte_thash_free_ctx; > rte_thash_get_complement; > rte_thash_get_helper; > rte_thash_get_key; > + rte_thash_gfni_supported; > rte_thash_init_ctx; > }; > It should be like this: --- a/lib/hash/version.map +++ b/lib/hash/version.map @@ -37,6 +37,7 @@ DPDK_22 { EXPERIMENTAL { global: + # added in 21.05 rte_thash_add_helper; rte_thash_adjust_tuple; rte_thash_find_existing; @@ -45,4 +46,8 @@ EXPERIMENTAL { rte_thash_get_helper; rte_thash_get_key; rte_thash_init_ctx; + + # added in 21.11 + rte_thash_complete_matrix; + rte_thash_gfni_supported; };