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 11F36A09DF for ; Thu, 3 Dec 2020 05:48:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DC0002C12; Thu, 3 Dec 2020 05:48:46 +0100 (CET) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by dpdk.org (Postfix) with ESMTP id BCCFA2C12 for ; Thu, 3 Dec 2020 05:48:44 +0100 (CET) Received: by mail-pl1-f196.google.com with SMTP id p6so454882plr.7 for ; Wed, 02 Dec 2020 20:48:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=YOM53jZnimKNdE+ydroagEoV52VNfAJbr+kUAeYU22Q=; b=hzI1BT1xYli2gOSebwKv8qn47PStlQFPuZFz4EZ616mRdcabPvG96nodWS09XgT9Fs SnSJz1vHFMuJTLRnURGnjFQQOjPjGgH9Hmkwr1rb2HDXYo8pQ5KrHASf+qV+0vidxK+k aYkDIpWWuGCzWcJ4LhI8vEAW0wMFjmpLpQ7n0= 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=YOM53jZnimKNdE+ydroagEoV52VNfAJbr+kUAeYU22Q=; b=hjzkANxt+Icc8a8bYeXUI0Qz0VrhaNyqST83F5lnuq0bjYL1SL5Xrq8X8umA9SPro1 u8OCWbFZKGWuIE9TmxsuZAK9nvaqTHRUXvevSi3SUkllaJvDnbvxmlXr57rTqPCfPY49 Xr2kExXKKEp33UEijg+UneVSPqoTK4Y2E0CyAhyHQ5saTryk3l8aLdLB1drGZEe0ojQl 9DZiL7nVKemIClep8u6lfIOhamHQSbwYOUK0m50fv3UtcevfK9qpASpmEkrdzJKwA7F+ jrbIOBfqyui99XuYi0YCosJIJdwDF41xJ7t5ROlQS7UoVDWjP3Wduen7498hx1AVai1/ QyTg== X-Gm-Message-State: AOAM533WWpOZQB8uemhgnggh50bB218HHGAw8Qjw6bXIWH9B/CbuSDgC Z+chlV3BKsKNIeBNPfi7qwzxFhkbUZCxKI2zFxyGbg== X-Google-Smtp-Source: ABdhPJyhXC9AnERygaJSvWRJH3zqUAedNJ6dS9/rdotvpgAyZZ1miNXx00LIckxgVVvdPGTClWbln2FFVMxyqsb+xbE= X-Received: by 2002:a17:90a:d48f:: with SMTP id s15mr1339644pju.137.1606970922662; Wed, 02 Dec 2020 20:48:42 -0800 (PST) MIME-Version: 1.0 References: <20201201033930.17869-1-kalesh-anakkur.purayil@broadcom.com> In-Reply-To: From: Somnath Kotur Date: Thu, 3 Dec 2020 10:18:31 +0530 Message-ID: To: Kalesh Anakkur Purayil Cc: Kevin Traynor , dpdk stable Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] [PATCH 18.11 0/5] Backporting bnxt patches to 18.11 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 Wed, Dec 2, 2020 at 9:57 PM Kalesh Anakkur Purayil wrote: > > Hi Kevin, > > On Wed, 2 Dec 2020 at 8:20 PM, Kevin Traynor wrote: > > > On 01/12/2020 03:39, Kalesh A P wrote: > > > From: Kalesh AP > > > > > > Hi Kevin, > > > > > > > Hi Kalesh, > > > > > I have back ported conflicting patches to 18.11 LTS. > > > > > > > Thanks for sending, they are running^Wcrawling in travis atm. > > > > Are these the only bnxt fixes needed? the others in the list are: > > > > $ grep bnxt failed-list-running > > c92f053d4 Kalesh AP net/bnxt: fix L2 filter allocation > > 99ad2abc0 Kalesh AP net/bnxt: fix speed setting on certain adapters > > [Kalesh] these 2 are not needed for 18.11 > > > > > 4b029f02d Somnath Kotur net/bnxt: fix checking VNIC in shutdown path > > [Kalesh] oops, my bad. I missed this one in the list. I need to check [SOM]: Sent a patch for this just now > > > > > ef10add37 Venkat Duvvuru net/bnxt: fix PF support in SR-IOV mode > > [Kalesh] this one is not needed for 18.11 > > > > > 97c327178 Somnath Kotur net/bnxt: fix queue release [SOM]: Sent the patch for this now > > 0b42b92ae Ferruh Yigit net/bnxt: fix xstats by id > > 1ef8c6290 Stephen Hemminger net/bnxt: remove useless prefetches > > [Kalesh] again my bad, missed these 3 and I need to check > > > > > > > Kevin. > > > > > Please apply. > > > > > > Kalesh AP (5): > > > net/bnxt: fix structure variable initialization > > > net/bnxt: fix UDP tunnel port removal > > > net/bnxt: fix boolean operator usage > > > net/bnxt: fix drop enable in get Rx queue info > > > net/bnxt: increase size of Rx CQ > > > > > > drivers/net/bnxt/bnxt_ethdev.c | 15 +++------------ > > > drivers/net/bnxt/bnxt_hwrm.c | 15 +++++++++++++-- > > > drivers/net/bnxt/bnxt_ring.h | 2 +- > > > drivers/net/bnxt/bnxt_rxq.c | 5 +++++ > > > drivers/net/bnxt/bnxt_rxq.h | 4 ++++ > > > drivers/net/bnxt/bnxt_rxr.c | 3 +++ > > > drivers/net/bnxt/bnxt_txr.c | 2 ++ > > > 7 files changed, 31 insertions(+), 15 deletions(-) > > > > > > > -- > Regards, > Kalesh A P