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 E053BA0588; Thu, 16 Apr 2020 11:55:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1A81F1DBBA; Thu, 16 Apr 2020 11:55:47 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 67AAC1DBAF for ; Thu, 16 Apr 2020 11:55:46 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 1D1806FB; Thu, 16 Apr 2020 05:55:45 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Thu, 16 Apr 2020 05:55:45 -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=fZrAcu/lsg/hvcyltosVaTYO20kSDFRywLQKzV7W+x0=; b=DpoVFMrDIPet 7WaPXu0W26U5vbRxUqzwGlb54lR7Eq8FW6UxJuy4JKNZ4rwbSnMl6kyNcBkBhbhk tFCbwYhml8mn+FoHOiwwl8F3YyYobyBGha+rZSKBNkmq//c3puYQ7emeW/EjqFcx VWd0f7RBdTEG69sLPPfl0OOX00JiU/Y= 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=fm2; bh=fZrAcu/lsg/hvcyltosVaTYO20kSDFRywLQKzV7W+ x0=; b=V0v3NEFlP0M9qWpAkUzBRnka7pp6rdu24OdQLfFTjj8vNpuVC3Tqp8GSe Arc1ToPAoY/xg4W7+swTtntIFPysJG+U6danSzj1RDuzg2gSLmcR/RLY4YXIVEtF I3HisL/p3a6hDZDOUmAfU7Ik5gUKxHWJyl9hg1xsuvkWVO4Zu7LQrFP0WUh7dumR wK+EQfD6inobE1KRPTlQ58uJs2y/Bna8/J6peM+wgSD5Pf24rOwSIclVsirVtZog eDNl8/h4pYmLJucZ0y6oD4HAHAe6kHWTIRK+Q0zNLRYRVC7IZFa49hRPRm5ER8XF HVKrmFkgszfX7EYHM+erlJ6KI8lSA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrfeehgddvvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 A72A73280063; Thu, 16 Apr 2020 05:55:43 -0400 (EDT) From: Thomas Monjalon To: Vladimir Medvedkin Cc: dev@dpdk.org, konstantin.ananyev@intel.com, bruce.richardson@intel.com, john.mcnamara@intel.com, david.marchand@redhat.com Date: Thu, 16 Apr 2020 11:55:41 +0200 Message-ID: <13929170.y0N7aAr316@thomas> In-Reply-To: <1583757826-375246-1-git-send-email-vladimir.medvedkin@intel.com> References: <1583757826-375246-1-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 0/6] fib: implement AVX512 vector lookup 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" 09/03/2020 13:43, Vladimir Medvedkin: > This patch series implements vectorized lookup using AVX512 for > ipv4 dir24_8 and ipv6 trie algorithms. > Also introduced rte_fib_set_lookup_fn() to change lookup function type. > Added option to select lookup function type in testfib application. If I understand well, this series is postponed to 20.08. Vladimir, I think it would be good to focus on having your rte_hash patches completed, reviewed and merged before 20.05-rc1.