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 E93F7A04B5; Wed, 28 Oct 2020 21:51:46 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 756EB56A3; Wed, 28 Oct 2020 21:51:44 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 30E51558E for ; Wed, 28 Oct 2020 21:51:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603918300; 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=9jJAfiz4q3emB1XHLyeePNa2KWAvt1oAmrFmpwAysD0=; b=KCE5zFHd6Fp/f4FxKMDtrkSvyhizKObFvAX2zRVWz5Q4AKjkkENyC2dJISkvJLcNNG4Sbe Qx5r3jSNmtWrnYElXiPucXbsCsGEFknMi3NxfIxZPXu6u5qSOMMbl/9reIcdqTJczQxI8/ KvOSsMUui5QYZyGzSgk9wnRFUrAHu5o= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-341-EFyBKz5SNyuLaRZ9arXw5Q-1; Wed, 28 Oct 2020 16:51:38 -0400 X-MC-Unique: EFyBKz5SNyuLaRZ9arXw5Q-1 Received: by mail-vk1-f198.google.com with SMTP id v17so174897vke.10 for ; Wed, 28 Oct 2020 13:51:38 -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=9jJAfiz4q3emB1XHLyeePNa2KWAvt1oAmrFmpwAysD0=; b=DnItkoCpiCk5NJkDFXzhfp4qM+J01ibKhtrStXB96IqWp1eCJA5zBruGaZ4MYdYLAZ xIPHVCFg2/JeE275Ea+Ca8MF7DRFjTx96JXOln7wXhLY6rJ0rM6wND5H3ym/Gaj33jIv legXv0la1DXQr8viDlyhSVJWjD2deIj9KVuF461zO1rxrG7JFeViuhfKM3ACGCjd/KjS OhEuplFD3xZq6Ui+cOmzz5meqiDLHlk1dh/+qrXtpw5Ead6EHr/YaUreQDkpSLvG24lQ ThxlsZZdQ7pdSdaOjavCeVTWsT3p6+BqnqTx8rrpM+YNPrfi2MmtDHLk/eKm9r0UupBp or1Q== X-Gm-Message-State: AOAM531WcSCt6HIYvdF1wk0sXef6D9PTiUfTbrOi1lCx7h/V9SnpLaI2 zudYaxk+g6osKiQu34bVH7mXljTN34X8yeopx/2kpP/G9fsCHQyDDqyLk8YWLQTSoxgqQ/0bmi5 lgokRaR/+zVWRKCU73a0= X-Received: by 2002:a67:fb50:: with SMTP id e16mr1181884vsr.10.1603918298351; Wed, 28 Oct 2020 13:51:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxvhMJu+J5JNEgrQkqPBmvmy7b9sVDPDLkIJ0CFtPSqI2B9mUn/7rGTt97ohS7E2O9N99bj8v/KsXDPtUAgPfQ= X-Received: by 2002:a67:fb50:: with SMTP id e16mr1181872vsr.10.1603918298156; Wed, 28 Oct 2020 13:51:38 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Wed, 28 Oct 2020 21:51:27 +0100 Message-ID: To: Vladimir Medvedkin Cc: dev , Jerin Jacob Kollanukkaran , Ray Kinsella , Thomas Monjalon , "Ananyev, Konstantin" , Bruce Richardson , Ciara Power Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v15 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, Oct 27, 2020 at 4:11 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. Series applied, thanks Vladimir. -- David Marchand