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 BD5C3A0093; Tue, 19 May 2020 15:00:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A7A191D5FB; Tue, 19 May 2020 15:00:20 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id A1C3B1D60D for ; Tue, 19 May 2020 15:00:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589893217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QKDattRdtxEcOQ0qULFwFOyHqbu7SVgD0jcHhK0LRa4=; b=g4RJuqgYxzJ6c5l47k5bLT0Jvnz93N97g92EseH2554FGosOQVhcTiJCJ1vhv26KoTfULC LD3wpwRNfLzxIL8Xncb2FUM3XtaVHiPzK7oLwxfdZguSUBxw1qY8AN/TOlYndseR0hqaLv NQ5L3w9Y+uNH6SfntF6omjZCo6kNr7I= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-477-AlT0nKCePOiqWmOTLa3R6w-1; Tue, 19 May 2020 09:00:16 -0400 X-MC-Unique: AlT0nKCePOiqWmOTLa3R6w-1 Received: by mail-vk1-f200.google.com with SMTP id x128so5844541vkd.9 for ; Tue, 19 May 2020 06:00:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QKDattRdtxEcOQ0qULFwFOyHqbu7SVgD0jcHhK0LRa4=; b=PB7t3ef8z9Y78vbwrEmoBl5PQvt9kHrt9ppqKcnHAurR/HbhaBqeYHOIiOnuoEarSk dU0kRaUQQxzY74vW7kK2XYnFnMVViCHa7yT4eWL1dJUW8r+ZVsTsUdI9PmJ7tbjmWfwj eiAfqhakjr4OekL2JLubaYBJfJ1HQ1Zn92/uanXtFLR3MxUxGdtBBeQpWFH9cFKRhlP6 NTikQZqdFf80zYHPNKA7YSZO7eQam45YPj76MQBvkcrc4UnXsrLDwwVFVyECgr0MlgOd bQz3VdT44gZeGU5kFABpTIVn6d7nZY0jgoRd+IxeCU9m06lQzBG9aNvokjfyMYYEOnX1 VNng== X-Gm-Message-State: AOAM530w7f3la9b/OXE9lO2+Oe1mJTPhMu1eLjFoZ+omtTQJXpXBgTYb OIB7FrH6YAngNRjaX2Ii94UNXHn67CvIMrTJqpIQIQeTw+j7iAOL/UfFQu8E9QvSse7Etyw/yj2 /kKgMk5MJpXBLP4Y/7VY= X-Received: by 2002:ab0:6544:: with SMTP id x4mr4602244uap.86.1589893215813; Tue, 19 May 2020 06:00:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJygqh5Kt5L+SSNv2o6tIJHG75IOd0WMjrnQKfQHhjsruoE/w+wONSQiozBFgIf0Y2u2vCtXeiSgqZ4KOlQXNZ8= X-Received: by 2002:ab0:6544:: with SMTP id x4mr4602227uap.86.1589893215541; Tue, 19 May 2020 06:00:15 -0700 (PDT) MIME-Version: 1.0 References: <5a7cd6f9-19fa-572e-c779-38672553fed4@intel.com> In-Reply-To: <5a7cd6f9-19fa-572e-c779-38672553fed4@intel.com> From: David Marchand Date: Tue, 19 May 2020 15:00:04 +0200 Message-ID: To: "Medvedkin, Vladimir" Cc: dev , "Ananyev, Konstantin" , Bruce Richardson X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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" On Tue, May 19, 2020 at 2:57 PM Medvedkin, Vladimir wrote: > > 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? I will mark it as deferred for 20.08, no need to resend. Thanks. -- David Marchand