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 DB38BA04DB for ; Fri, 16 Oct 2020 14:26:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAB221D533; Fri, 16 Oct 2020 14:26:37 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id EE6EB1D533 for ; Fri, 16 Oct 2020 14:26:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602851193; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zsgfyujyS1pIUkBbd5/gGIL6sdsAct5QMOXKuNjp2i4=; b=VNeeRVIBF00npK/IY0eRGKvtUR8jjQXBk0Vkx2CNpb/w8yHY3L49yCEJPscSd5sz7zDdUu CYW4lKBueYoC+fNrLillGl9SkIgU6YJRaXE1kbQwznq5td/biXREyNInADPkcE1zREN8Za atyY9UldBzSh2qD66BXAtcUsVqkUSTE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-67-wD9SrQ7hOmuhRUPB7r_mlQ-1; Fri, 16 Oct 2020 08:26:31 -0400 X-MC-Unique: wD9SrQ7hOmuhRUPB7r_mlQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5C20B18A8236; Fri, 16 Oct 2020 12:26:30 +0000 (UTC) Received: from [10.33.36.24] (unknown [10.33.36.24]) by smtp.corp.redhat.com (Postfix) with ESMTP id BA8AC5C1BD; Fri, 16 Oct 2020 12:26:29 +0000 (UTC) To: Kalesh A P , stable@dpdk.org References: <20201016092047.30846-1-kalesh-anakkur.purayil@broadcom.com> From: Kevin Traynor Message-ID: <65353299-9000-c915-33e7-bc19f803aa15@redhat.com> Date: Fri, 16 Oct 2020 13:26:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <20201016092047.30846-1-kalesh-anakkur.purayil@broadcom.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH 18.11 0/3] bnxt patches for 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 16/10/2020 10:20, Kalesh A P wrote: > From: Kalesh AP > > Hi Kevin, > Hi Kalesh, > I have back ported few of the conflicting patches to 18.11 stable. > Other patches in the list, you can ignore and those are not needed. > Perfect, thanks. I will apply once I have run them through some build checks and remove the others from the list. Kevin. > Kalesh AP (1): > net/bnxt: fix flow error on filter creation > > Rahul Gupta (2): > net/bnxt: fix for memleak during queue restart > net/bnxt: fix to advance producer index > > drivers/net/bnxt/bnxt_flow.c | 12 ++++++++++++ > drivers/net/bnxt/bnxt_hwrm.c | 12 ------------ > drivers/net/bnxt/bnxt_rxr.c | 36 +++++++++++++++++++++--------------- > 3 files changed, 33 insertions(+), 27 deletions(-) >