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 69F64A04B5; Thu, 17 Sep 2020 01:58:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 40E381D40E; Thu, 17 Sep 2020 01:58:03 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 73D5C1D40A for ; Thu, 17 Sep 2020 01:58:01 +0200 (CEST) IronPort-SDR: +jWDCn+fjHbMM0zOqMRXdDJXu8uiJp8Uos3X4SLHTiYSGBP3VfDwUWN4j2C+oTt1BIoWA4vKx5 4thZrGB63Rww== X-IronPort-AV: E=McAfee;i="6000,8403,9746"; a="223772187" X-IronPort-AV: E=Sophos;i="5.76,434,1592895600"; d="scan'208";a="223772187" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2020 16:57:59 -0700 IronPort-SDR: 4fTI239AA++G9JzYLJ8q0KC/AVx0CKxTfhDyOlTH4fahVRQsEdklo7dZIUY1SurAr94EYw0eqG XnYLWRHFHk4g== X-IronPort-AV: E=Sophos;i="5.76,434,1592895600"; d="scan'208";a="483510737" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.251.82.126]) ([10.251.82.126]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2020 16:57:58 -0700 To: Ajit Khaparde , dpdk-dev References: <20200911015603.88359-1-ajit.khaparde@broadcom.com> <20200916042851.32914-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <08c91475-0125-ff03-8bc2-ff38d5156519@intel.com> Date: Thu, 17 Sep 2020 00:57:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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 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.