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 E86E0A0A05 for ; Tue, 19 Jan 2021 13:16:35 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C6C49140E12; Tue, 19 Jan 2021 13:16:34 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id 4A9E0140E01 for ; Tue, 19 Jan 2021 13:16:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611058590; 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=T9tu6wlkjJnV0I/dBQ3nvGu7XM7BS1GMp2Bf4+7dy68=; b=QlMxkbSl9/C2Ef3ivCEOCx+kTfRDO2jniOwoY4G2lKUAqm/rmDM+Risp+qRLJdW6cYC4HQ d0bejr8Oh3YFlPB3vyA367m40rdhP/n0KUDQvq5LGaMry1szSkfxE6Loju12//FMaKbhPx frfCGYK1R3rH9IHyAvrVS9PDdhCSiKc= 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-570-KAmHCvHINwCUThyorLwyBg-1; Tue, 19 Jan 2021 07:16:27 -0500 X-MC-Unique: KAmHCvHINwCUThyorLwyBg-1 Received: by mail-vk1-f199.google.com with SMTP id s127so10554133vka.11 for ; Tue, 19 Jan 2021 04:16:27 -0800 (PST) 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=T9tu6wlkjJnV0I/dBQ3nvGu7XM7BS1GMp2Bf4+7dy68=; b=dw7n1BWIapj1IXNNHAwwz4+tK/C6GIFWpgyXuHhGe+8UUJmPSWKY81hlirGw0O2HIa f8QCaI3+eYTahWvYq9oRGqx4Z1GFOZJ+40fH5bWvVJC236jLTUY2T6IuKAkbTJSrnn3t O4EVVpUinx/fUhEiY+bKhz2mDcZV3FB6PcqdLqN01bGYoIGcQgvp+1Eab66AFYhXO76J y2fj5IydFYjjuvkped28z5DWmjLR7pkr5qAE8ACCqGxActgVxyqxBFE1l2Jd6VsNf8ep 5d7O0j+CBoODYpvOwceciPMr9tA1YO2iBHoys7jSQHkerBkYDE8+UH3U2abvrdMrvkJ2 Jw3A== X-Gm-Message-State: AOAM530N86vgbTPg3j6hNbWDphQQq4PPKDLQWpWc7/Yy4z1ld8C/n+My /e1XIHpI/58uJeTeI9Md/KT1XeJwaNOMycP1e7UyaEMkZCYkQs0AXs8JLpcK9NN3wxESUrj/X3X 2JBk/4PtE+4SZymxR9Wt1/SI= X-Received: by 2002:ab0:4588:: with SMTP id u8mr1974645uau.41.1611058586677; Tue, 19 Jan 2021 04:16:26 -0800 (PST) X-Google-Smtp-Source: ABdhPJz5YWqQx0nk8hQtKB7Ze2qSXaO1K66RfZVz520M177ysU8mEteVJO4MvqkYKoqWDwyMxTa6ihv8vZ4DzflXTxE= X-Received: by 2002:ab0:4588:: with SMTP id u8mr1974640uau.41.1611058586534; Tue, 19 Jan 2021 04:16:26 -0800 (PST) MIME-Version: 1.0 References: <20210112182446.29448-1-hkalra@marvell.com> In-Reply-To: <20210112182446.29448-1-hkalra@marvell.com> From: David Marchand Date: Tue, 19 Jan 2021 13:16:15 +0100 Message-ID: To: Harman Kalra Cc: Stephen Hemminger , Ravi Kerur , Thomas Monjalon , dev , dpdk stable 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-stable] [PATCH v2] examples/l3fwd: remove limitation on Tx queue count 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 Sender: "stable" On Tue, Jan 12, 2021 at 7:25 PM Harman Kalra wrote: > > In l3fwd no of transmit queues is calculated based on no of > lcores with which it is launched. Hence maximum no of tx > queues possible per port should depend on RTE_MAX_LCORE value. > > Fixes: af75078fece3 ("first public release") > Cc: stable@dpdk.org > > Signed-off-by: Harman Kalra > Reviewed-by: David Marchand Applied, thanks. -- David Marchand