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 54853A04DB; Thu, 15 Oct 2020 14:11:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9CC5FDE0; Thu, 15 Oct 2020 14:11:52 +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 B8B801D565 for ; Thu, 15 Oct 2020 14:11:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602763908; 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=lEZi0RbPI7Pd1TFzJftrZgviaBomdtFcZa8UNoGVV58=; b=gE8w3Y8hmQahn44atNpWPNSv4EbZMbpN4MV/ShJkkKvXVUqVpjsiUdmg5xqk44b7erl+Ht +imkM5QIPeAo4eUoh4EgkZUkRIIezbcwshPpIkcAYwunwHPELnYjH7VNI6hWfUt7iPyLgG EedMapegWSqCHPQ7mqYuPMXsALeT/bA= 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-323-vC-Pd0uVP7mhHzcfi9NJeg-1; Thu, 15 Oct 2020 08:11:46 -0400 X-MC-Unique: vC-Pd0uVP7mhHzcfi9NJeg-1 Received: by mail-vk1-f198.google.com with SMTP id e82so589926vke.9 for ; Thu, 15 Oct 2020 05:11:46 -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=lEZi0RbPI7Pd1TFzJftrZgviaBomdtFcZa8UNoGVV58=; b=YSvr0nJwrI5L1dVLvy5Sw6rR8fe/9dGzoYsuh3XdSocsjSLotGmuAFC8o2Hst8qlBJ g1jb/87XwyfNLF9XKxj6fqgecWjottV4nxT/3zI7mGKjopRgPCpXL7SGUH5FbNgf5Ddl PzGssUUg5WU0VrdbzwBfNg7OvlMK8cL/+kqeAM9r+KGgFEGDLzmSO31POY5xVUfoFPDY Vo7GnK2BkiCtlTzO5K3xTPL9p3ZGEyYSPPR7MpOSFA3a7emdeOy0blD31FNel6NaxLgr miU1X0pEtkhK3jgxjiUxf4AEXP1jU9noZchT4bd0IX3YOkum9OxHlFe0mwi6F+M/Dvgj ZisA== X-Gm-Message-State: AOAM532C8HoKVqd7eMQ8Z6UKwnzWu3p7srvX2Y2C5doqeLC3V5N06BYw X5iYA9ASvztgPoqMjgiCtGSwjz7MVFvhzAM6oGLl2m54j3KBePTrSOssUh+CmCpaAVE/C5oaPR2 JqhTUWhkuiIrkSPZgBKo= X-Received: by 2002:ab0:5926:: with SMTP id n35mr1569280uad.126.1602763906172; Thu, 15 Oct 2020 05:11:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwmz8ttl8gKpHtjZcdcFmiDOF1EdOllqC4A2TJU6fRVBTISmc5KLLTyXGKWxNXJvr4Jzu2w0xE7DWoUBeTJT9Y= X-Received: by 2002:ab0:5926:: with SMTP id n35mr1569264uad.126.1602763905976; Thu, 15 Oct 2020 05:11:45 -0700 (PDT) MIME-Version: 1.0 References: <20200915170456.7204-1-konstantin.ananyev@intel.com> <20201006171618.19374-1-konstantin.ananyev@intel.com> <20201006171618.19374-4-konstantin.ananyev@intel.com> In-Reply-To: <20201006171618.19374-4-konstantin.ananyev@intel.com> From: David Marchand Date: Thu, 15 Oct 2020 14:11:33 +0200 Message-ID: To: Konstantin Ananyev Cc: dev 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 3/3] examples/l3fwd-acl: add support for AVX512 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 7:17 PM Konstantin Ananyev wrote: > > Add ability to select AVX512 classify algorithm. > > Signed-off-by: Konstantin Ananyev No need to separate this from patch 2, right? -- David Marchand