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 301B2A0093; Tue, 19 May 2020 14:57:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 029811D5FA; Tue, 19 May 2020 14:57:38 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 80ACD1D169 for ; Tue, 19 May 2020 14:57:36 +0200 (CEST) IronPort-SDR: 5ZwClUlNmyJ8VjLQG/Qx6w8zux4dhx6F6aQfaxmkLbe5/jdJBlTa8e+rBWP0WjpdtTY09+tweB /L8JzjyrVstw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2020 05:57:35 -0700 IronPort-SDR: NxsKou5VZbPZmR7uRL1nAeJ3mQsx6gzPIO3LvcyGZy2RZl6NHAnJp9Cr/iXNrxcg9rR819THRb MRY2fMreZ0hg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,410,1583222400"; d="scan'208";a="439608707" Received: from vmedvedk-mobl.ger.corp.intel.com (HELO [10.209.19.117]) ([10.209.19.117]) by orsmga005.jf.intel.com with ESMTP; 19 May 2020 05:57:34 -0700 To: David Marchand Cc: dev , "Ananyev, Konstantin" , Bruce Richardson References: From: "Medvedkin, Vladimir" Message-ID: <5a7cd6f9-19fa-572e-c779-38672553fed4@intel.com> Date: Tue, 19 May 2020 13:57:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v3 0/8] 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" Hi, On 19/05/2020 13:23, David Marchand wrote: > On Tue, May 19, 2020 at 2:15 PM Vladimir Medvedkin > wrote: >> 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. > Is this series missing a 20.08 prefix in the titles? Ah yes, forgot about it. Do you need me to resend this series with a prefix? > -- Regards, Vladimir