From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 50961A0555 for ; Thu, 9 Jun 2022 15:17:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4874A40220; Thu, 9 Jun 2022 15:17:55 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 544D840220 for ; Thu, 9 Jun 2022 15:17:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1654780673; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+DNx0S7BR3jlAcCpvfR4v2gibITkNdsTGHA95NnM2jo=; b=gJWlV5Jf5nMmntntSA+WRHl8+zZ/eBn3Be1fiZNxBhbVyoDS1qm9EM0H0HmNTbkkg1A0pj DIbATORVnfeBRyELCbnFQHex6QbY7Y3wxpAkrm4tLDVm6K9+7jnIoxAAJC+v0ESWKkdZ0h kCKQm0wqCumULUZwxlZR5Cs/BWkxpf4= Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-218-xe92WaF-PsKMZNhnvFdG9w-1; Thu, 09 Jun 2022 09:17:52 -0400 X-MC-Unique: xe92WaF-PsKMZNhnvFdG9w-1 Received: by mail-wm1-f71.google.com with SMTP id o2-20020a05600c510200b0039747b0216fso16001333wms.0 for ; Thu, 09 Jun 2022 06:17:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent :content-language:from:to:cc:references:subject:in-reply-to :content-transfer-encoding; bh=+DNx0S7BR3jlAcCpvfR4v2gibITkNdsTGHA95NnM2jo=; b=O87BnUepRBbRz99Gd7g6xz5yOJZxcDcwcy0In/9wFL7VjEa+nmSyZ0ruBY+4n/aFdP c+rbOKDfoCnFl2DaFDafkdgTom0lQqFwu0ZmGQLpV00TNCisrXgNzoBu/AE2KtK/JuYX t/I5D+hyqoLFH56welZbohOvwiSic67iifHgA7elU+/bu9vywUr7Nd4NdfioRKU9oHND TcMQ0j9F5AvHakOEp/mSDKJTkVGdE+Lgkv7fXbowxVzUjM/rm+97TuDNpuE45nIxASov 4tp1DDqXjzDj5cVBXv9kUYsucRXqJ+I1v1xYMsAu/sQ6i4SZ5aACFQirK3pwsv7xdIST Hjpg== X-Gm-Message-State: AOAM5300/z8hg/MRjmzvri2ITas6acdK8nB5l9F2EbJKNIKjert2sNnC Tn39gAChbP63hDJZJDwbPcTaltvaIOXXH5V+5sx9uBrWdBi80RJ8JNY1ARrK698mhmVLSnZw18u JwGBMAQQ= X-Received: by 2002:a7b:c31a:0:b0:39c:4783:385e with SMTP id k26-20020a7bc31a000000b0039c4783385emr3301421wmj.185.1654780671596; Thu, 09 Jun 2022 06:17:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzLFyXtKJC6moFlRUxGOVKmWmc/ufMo9gCdExzQSVlXMxWxCL9OhcouFWYB4GOFHh8uhuuQxA== X-Received: by 2002:a7b:c31a:0:b0:39c:4783:385e with SMTP id k26-20020a7bc31a000000b0039c4783385emr3301410wmj.185.1654780671380; Thu, 09 Jun 2022 06:17:51 -0700 (PDT) Received: from [192.168.0.36] ([78.17.181.1]) by smtp.gmail.com with ESMTPSA id d3-20020a5d6dc3000000b00219b4c01712sm2134641wrz.92.2022.06.09.06.17.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 09 Jun 2022 06:17:50 -0700 (PDT) Message-ID: <96696b78-c327-bb3a-572c-489e874bab9b@redhat.com> Date: Thu, 9 Jun 2022 14:17:50 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 From: Kevin Traynor To: =?UTF-8?Q?Stanis=c5=82aw_Kardach?= Cc: David Marchand , dpdk stable References: <20220609113701.386938-1-ktraynor@redhat.com> <05db580b-ece6-4bec-185a-410dc3147421@redhat.com> Subject: Re: patch 'examples/l3fwd: fix scalar LPM' has been queued to stable release 21.11.2 In-Reply-To: <05db580b-ece6-4bec-185a-410dc3147421@redhat.com> Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On 09/06/2022 14:12, Kevin Traynor wrote: > On 09/06/2022 13:53, Stanisław Kardach wrote: >> On Thu, Jun 9, 2022 at 1:37 PM Kevin Traynor wrote: >>> >>> Hi, >>> >>> FYI, your patch has been queued to stable release 21.11.2 >>> >>> Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. >>> It will be pushed if I get no objections before 06/13/22. So please >>> shout if anyone has objections. >>> >> Hi Kevin, >> > > Hi Stanslaw, > >> I'm not sure if this patch has to go to stable. Main reason being that >> this issue won't be encountered unless someone explicitly enables the >> scalar code. Until RISC-V port this never happened. >> > > Reading the commit, it seemed like a logic error which is why i thought > maybe it should be backported. I'm fine with not backporting it as > you've explained it's not needed. Also, it's just example/test code. > >> Actually same goes for: >> a9fe152363e2 ("test/ring: add custom element size functional tests") >> that is in the stable queue too. >> Checked and that ^ commit is in since DPDK 20.02. Just to confirm, I think you meant this one? From 3ec90e3ec0b68d06e9b9494798b79f2abaa2a49f Mon Sep 17 00:00:00 2001 From: Stanislaw Kardach Date: Wed, 11 May 2022 17:07:25 +0200 Subject: [PATCH] test/ring: remove excessive inlining [ upstream commit 981a025741f80b4036f994ed30b04e757299ab19 ] > > Ack. > > Thanks for checking the commits and replying :-) > Kevin. > >> Best Regards, >> Stanisław Kardach >> >