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 7FE01A04DB for ; Wed, 2 Dec 2020 17:27:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7B03EC99C; Wed, 2 Dec 2020 17:27:28 +0100 (CET) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by dpdk.org (Postfix) with ESMTP id ECDAAC99C for ; Wed, 2 Dec 2020 17:27:25 +0100 (CET) Received: by mail-io1-f65.google.com with SMTP id p187so2516558iod.4 for ; Wed, 02 Dec 2020 08:27:25 -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=rYjLQA0+yrbs4B8Ei+BWCT6dhu8JRMAAedp8ga0gmCE=; b=SVaqn3VIqGC+ncPyeQ4HnZ0bcHD5kattfkymmlOpLsbUC6atmE1uy0y98173Can7/i KqwPTe1qYYY/bDzISqdTik0TmH3AYt/MFBYpk5izSFHgGGTsbtKPBQ4BfQqHTOMinIGR 7GRCrJSkueLnGC4HYaaPQ/zOE1DkXkHhzEQSU= 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=rYjLQA0+yrbs4B8Ei+BWCT6dhu8JRMAAedp8ga0gmCE=; b=nqqq9lWHZHkjexU3rIg18xHxXH00f6FSSLX5aHfri1t31110PvQJXgU+db2VGSj0QA KeKO99sIin1ZFAhOoQvbK8WJdMV+RIa9R0arM3nMDIAVwcy2Y2B2dzJXEAVdHPWic7rT i4lq0iS/aT1agh5cgsSZAkZSA4AE6BFS6S0WuJVyUVjtVaO8F65QLj3tdacq7zUtHRzz Q86gfVkCo9yWlj/hLVly46U1tJu31iLayCqAizOP0DJX6/EXsr6mV7cn+LzAYeziPuTo T+89iuMsLDxpdCuYSNL2jZ3x4JC/xqDfrnJqNF/B1mCSkMSLQcWJGHjuBUEKxBtTCJ/6 Hn8g== X-Gm-Message-State: AOAM532ZSBJNIEdiJsmxqDMxPi2msRmkEb1eza9Xm4XJ/wcjEfSwJhtQ 7daFXtP/sEfndH0/GVW+UechL5VKS97SY8w5UFiaOA== X-Google-Smtp-Source: ABdhPJxAaXcUEMYYt3BqjJT3vi/Fi9BKaP7mzsMx4G5w85MfHtzLWoLGTcMuFsg34F+NQIJeoi1pIiBPUt2C+saxPos= X-Received: by 2002:a02:4ec4:: with SMTP id r187mr2900143jaa.65.1606926443980; Wed, 02 Dec 2020 08:27:23 -0800 (PST) MIME-Version: 1.0 References: <20201201033930.17869-1-kalesh-anakkur.purayil@broadcom.com> In-Reply-To: From: Kalesh Anakkur Purayil Date: Wed, 2 Dec 2020 21:57:12 +0530 Message-ID: To: Kevin Traynor Cc: stable@dpdk.org 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" 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 > > 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 > 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