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 B944EA04BC; Thu, 8 Oct 2020 12:49:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8738A1BFC1; Thu, 8 Oct 2020 12:49:51 +0200 (CEST) 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 4B7301BF5D for ; Thu, 8 Oct 2020 12:49:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602154187; 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=9y63ovnCn9zjASnGJd5uNHLceTFOiOSDM8YL5HKbPaQ=; b=RqRWRO+cqVb6H+EGz2BYj3qNfaTzsyuLSYuRUuibenyyrtVl2uqnc4tDR5kAE9hXyZYb5L HYf8+EV81bTbYuWYH7J3Dre/osV4QEAsxOEwAn39a3tvWm3iQwLH/2GEOlykRcStXTbP6W pX6+z31tumqS7vcAVJtCW5JglpJ2/QI= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-471-QZT0Ol74PVaWLfQfdCuNmg-1; Thu, 08 Oct 2020 06:49:45 -0400 X-MC-Unique: QZT0Ol74PVaWLfQfdCuNmg-1 Received: by mail-vk1-f199.google.com with SMTP id m129so935044vkm.7 for ; Thu, 08 Oct 2020 03:49:45 -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=9y63ovnCn9zjASnGJd5uNHLceTFOiOSDM8YL5HKbPaQ=; b=GWNbmCZxKcZpGyi9J1/xWl5IZbtWo4SpdDaLey1GX/wibiOskgL/lkc7mUVUSG0jXk HdilItM7ykl04HWM95a2NrzLRoYZq6CI0pVxfDYeeqXeJSqs5OiERT1TxjYt1Ol1lgQC oCflSp7p1ZMn9PYVbl1xI01IP+5E9U74WWNk+JdblzTzl+wm3kv8+uANKka1OutiCRq6 CevXZrnsATIkQy9m3v9XnXYJYzuCwcF7Zw0Nonp514lVl8lpA7mq7Nev7fBgNxPkbJ9w AvW2kgwvgDg23XgF5FTsqcodrcnNMfxgjD//MWpd8YT0FcmzrcgLECFeUGQe2sRw19nH O94A== X-Gm-Message-State: AOAM532gF8k0mmPFVJXdEzTXw6dFcEepzI7SwTgmtxE93PeYUDuj6XDc q2aoF0uXGgKX8WamPDjZWqrLjWmVHwIg6QNF3bU8oVImOChT8BiZGO1lUKUZz+fNDaBf6U0zCJP vm1HJUYUthzBgdef3DaE= X-Received: by 2002:a1f:e905:: with SMTP id g5mr4077515vkh.17.1602154184433; Thu, 08 Oct 2020 03:49:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxCAxGcG5SSuENhu9KvP2HyBG5TNlb5OUh/Hgmh0XQudVw4cD9rgETSElVA9Y2M1WjQSXPqIdl7+ODUjLKoClA= X-Received: by 2002:a1f:e905:: with SMTP id g5mr4077507vkh.17.1602154184194; Thu, 08 Oct 2020 03:49:44 -0700 (PDT) MIME-Version: 1.0 References: <20200915165025.543-1-konstantin.ananyev@intel.com> <20201005184526.7465-1-konstantin.ananyev@intel.com> In-Reply-To: From: David Marchand Date: Thu, 8 Oct 2020 12:49:33 +0200 Message-ID: To: "Ananyev, Konstantin" Cc: dev , Jerin Jacob Kollanukkaran , "Ruifeng Wang (Arm Technology China)" , "Medvedkin, Vladimir" , Thomas Monjalon , Ray Kinsella , "Richardson, Bruce" 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 v3 00/14] acl: introduce AVX512 classify methods 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 6, 2020 at 6:13 PM Ananyev, Konstantin wrote: > > > v2 -> v3: > > > Fix checkpatch warnings > > > Split AVX512 algorithm into two and deduplicate common code > > > > Patch 7 still references a RTE_MACHINE_CPUFLAG flag. > > Can you rework now that those flags have been dropped? > > > > Should be fixed in v4: > https://patches.dpdk.org/project/dpdk/list/?series=12721 Thanks. > > One more thing to mention - this series has a dependency on Vladimir's patch: > https://patches.dpdk.org/patch/79310/ ("eal/x86: introduce AVX 512-bit type"), > so CI/travis would still report an error. Yes, I am looking at this patch and I think I will take it alone so that we remove the dependency between those series. -- David Marchand