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 38180A04B5; Thu, 17 Sep 2020 02:13:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EF6B11D40F; Thu, 17 Sep 2020 02:13:53 +0200 (CEST) Received: from mail-oi1-f194.google.com (mail-oi1-f194.google.com [209.85.167.194]) by dpdk.org (Postfix) with ESMTP id A96981D16B for ; Thu, 17 Sep 2020 02:13:51 +0200 (CEST) Received: by mail-oi1-f194.google.com with SMTP id i17so365219oig.10 for ; Wed, 16 Sep 2020 17:13:51 -0700 (PDT) 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=YMGwoXCEb/KPXpc5YKXmksL0HP2J5AlABWxcAgNCVps=; b=JFeTtWB/FYuPbkSxLaVz8WjBxMfoB9XLxITKVZggYAudp4Xq59NreOIOV8/kcEYse/ XTkj7j2pqNgiWK/SWyc2hDVXuZSbHHsipm9rAqhxqbeRJ4Eom/V89RG8ylmrVWkLo2er Lq2b2si+MCW7UoXdql0hSt814evbQmjObkYqQ= 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=YMGwoXCEb/KPXpc5YKXmksL0HP2J5AlABWxcAgNCVps=; b=XjLv6MoE8+Akd6jZART0jUqEp+lg7Y1gRambXKUsfLn0PzVnKReG6D1tpLOiDb4ywn qdfSXVRTpnNjPK62bnnw7OaCWVJsTcSMhD20oMtWchWSAY85ghCA4RW2Ens6qQMJZ0hB FF7KzJcm53oLUQuw3YCJgFE4FPvD/frpGES3PvbefvrxQiEPWQxr8Un+zccJ/FX5ofzY G331DP49JfE9oD+8X3SOy0d357SGo9OCelBwkZXOlxaOAMhhQkhgxQRs+W6I8RRpyWl4 zc25SjigUzj5ufa4EkPi+ap4L1oulH4T2179zeU+6Pj7lSaKiAW5KvRmI0vhUMBihBZz HUZw== X-Gm-Message-State: AOAM533Ccx5dCwGzZdwQgiq9LoUu83n1pORoR8AjtykMYTi3kV/5KIOJ RKyjs4JhG0U7YfsQUvCYKiEXCbwiFJdxFESXFXMT1Q== X-Google-Smtp-Source: ABdhPJzsRDuNFZ1AKmePfwf/oljS4c3c0vSB63W5S7eSR1bXGT/oXDKyVBtU70cDyzSHEbtFS6JfNQYrEtxnfYyDxzs= X-Received: by 2002:aca:f417:: with SMTP id s23mr4770156oih.168.1600301630705; Wed, 16 Sep 2020 17:13:50 -0700 (PDT) MIME-Version: 1.0 References: <20200911015603.88359-1-ajit.khaparde@broadcom.com> <20200916042851.32914-1-ajit.khaparde@broadcom.com> <08c91475-0125-ff03-8bc2-ff38d5156519@intel.com> In-Reply-To: <08c91475-0125-ff03-8bc2-ff38d5156519@intel.com> From: Ajit Khaparde Date: Wed, 16 Sep 2020 17:13:34 -0700 Message-ID: To: Ferruh Yigit Cc: dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 00/25] patchset for bnxt 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" On Wed, Sep 16, 2020 at 4:58 PM Ferruh Yigit wrote: > > On 9/16/2020 5:21 PM, Ajit Khaparde wrote: > > On Tue, Sep 15, 2020 at 9:28 PM Ajit Khaparde > > wrote: > >> > >> Some fixes and enhancements in the PMD and TruFlow layers. > >> > >> v1->v2: > >> - rebased to latest > >> - updated commit messages > > Applied to dpdk-next-net-brcm. > > > >> > >> Kishore Padmanabha (14): > >> net/bnxt: fix port stop process and cleanup resources > >> net/bnxt: fix the drop action flow to support count > >> net/bnxt: reject flow offload with invalid MAC > >> net/bnxt: reduce debug log messages > >> net/bnxt: fix coexistence of ipv4 and ipv6 ingress rules > >> net/bnxt: modify default flow rule creation > >> net/bnxt: fix the function id used in flow flush > >> net/bnxt: refactor VFR port clean up > >> net/bnxt: remove VLAN pop action for egress flows > >> net/bnxt: increase counter support from 8K to 16K > >> net/bnxt: enable VXLAN ipv6 encapsulation > >> net/bnxt: enable NAT action with tagged traffic > >> net/bnxt: fix out of bound access in bit handling > >> net/bnxt: add locks in flow database > >> > >> Mike Baucom (1): > >> net/bnxt: free the EM index on failure > >> > >> Randy Schacher (1): > >> net/bnxt: use direct HWRM message for interface table > >> > >> Shahaji Bhosle (2): > >> net/bnxt: add null pointer check for resource manager > >> net/bnxt: update resource settings > >> > >> Somnath Kotur (6): > >> net/bnxt: fix crash in VFR queue select > >> net/bnxt: fix VFR cleanup during init failure > >> net/bnxt: check and set initial counter ID > >> net/bnxt: fix bugs in representor data path > >> net/bnxt: fix to check VNIC in shutdown path > >> net/bnxt: add separate mutex for FW health check > >> > >> Sriharsha Basavapatna (1): > >> net/bnxt: provide switch info if VFR are configured > >> > > Hi Ajit, > > I assume the backporting of the majority of the patchset explicitly not > requested, since two of them has stable tag but rest don't, but I would > like to confirm. > > And I suggest backporting fixes as much as possible, since missing some > fixes may cause conflict for future fixes and prevent backporting them. Hi Ferruh, Most of the fixes are actually for changes made in 20.08 Since it is not an LTS, I think not really porting them should not be a problem. But if there is any patch which needs to go into earlier LTS releases, I will add it to the list of backports. Thanks for checking. Ajit > >