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 34D8AA04B5; Tue, 27 Oct 2020 12:56:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 118A02BD5; Tue, 27 Oct 2020 12:56:42 +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 B04412BD3 for ; Tue, 27 Oct 2020 12:56:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603799798; 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=0QsCw0IYbEQn7ILQHrBRnAPALVyDqVT/Glm09CRfq1c=; b=S+DbHPE4BTbCikkUUsc3sLIPo2lVzcsmAujBcJLvLlY9Si61KWUKqFR2UNPp3bihpc2kzc iNCeb/srVddxOWOMVXRnXwOz4JilpS2iKVpHG6KBKduS6rfYRq1r8rnr7DD84ZWLys1mUj qzuCdHdiitputs9+7KxBr0zVN7xHY5g= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-265-CMxedPBPNOaZBy6jtTGEvA-1; Tue, 27 Oct 2020 07:56:36 -0400 X-MC-Unique: CMxedPBPNOaZBy6jtTGEvA-1 Received: by mail-ua1-f69.google.com with SMTP id m3so56491uao.6 for ; Tue, 27 Oct 2020 04:56:36 -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=0QsCw0IYbEQn7ILQHrBRnAPALVyDqVT/Glm09CRfq1c=; b=GL7/6EdV36rsCgy+z8bA+w0kj3p1wumZ77XFeS0/lE4PZzbgtEbXIh1XT8ZICx/sg/ QavMygaK47LomaMFtQcAlLufHuT1HLb2M2ZJJAs/mcxMadchLHoB30QXDtaKggm5+ZbD +UulRYV8334uwyhGUQU95H+wBCP6cMcCHimWIMPIVD3ufwVov0g46v4Dv1j5ptiTutSJ Zv+JsT+h9O7LCVBko1/NROsodvEB3lLNIE00qayowOIL9TLccSd6cvYmEXLgWq1IEWy5 ntu9GZga7+01qSbAwIcAsTyODOCHhKUvAeM7GdVT2j0X56+pAhq7+jHE2mdgNc8Kwt/8 wFxA== X-Gm-Message-State: AOAM531YooIZ+Z5SM5gcsfimNyOr8hzmzSkFonEBm58qBZk7/wMe9Ogq wsmAObRu9EwgPDedOlQXp+VBvuwngodI5yYzweymeIM6fQlfWJkbjHKcNare9Z0jjn1pgysUKYs m1luo2atcrqOLAoJnki8= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr1004725vsa.27.1603799796050; Tue, 27 Oct 2020 04:56:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxr0MT2XJc8dxLoZIwO6APRRlr2nBqwIZcdosS/Lo83mS0olrmLGsnTvHvcWHPZUg5dayhnLQDYewkyKyQlukk= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr1004718vsa.27.1603799795861; Tue, 27 Oct 2020 04:56:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Tue, 27 Oct 2020 12:56:24 +0100 Message-ID: To: "Moessbauer, Felix" Cc: Bruce Richardson , "keith.wiles@intel.com" , "dev@dpdk.org" , "henning.schild@siemens.com" 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] Pktgen: Add build option to enable/disable AVX2 support 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" Hello Felix, On Tue, Oct 27, 2020 at 12:51 PM Moessbauer, Felix wrote: > > Hi Bruce, > > Yes it is for pktgen. I just updated the title (hope that this will be picked up by patchwork). > BTW: That's something to mention in the contributing guide of Pktgen as well. Afaik, patchwork won't catch it and, in any case, there is no patchwork for pktgen. I marked your patch as Not Applicable for the main repo. -- David Marchand