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 CE3D3A04DE for ; Fri, 30 Oct 2020 14:13:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C3C22C920; Fri, 30 Oct 2020 14:13:11 +0100 (CET) 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 614C7C920 for ; Fri, 30 Oct 2020 14:13:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604063587; 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=T3u+JK7qkYbUkDmNnpPXbDu+iRC482rbNmR9KRfiasI=; b=StztOuSMfh4g5dRU1Mea4GxF1ruwtJHltN4Z/RRsDjZHAob94/xc1hlUH2CqcTd5lB7MGB eIKsHvUbJPGF+utNEUX07pMws+KW12m9QI9r89TizVz1Yo4UZRU3JV/rh+xKHjkOilzjy1 jb0UTgwP3H8ldt9/kqfK4o7oT3mNsfE= 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-577-KgPNaU1SP_uEiArHKndyfA-1; Fri, 30 Oct 2020 09:13:05 -0400 X-MC-Unique: KgPNaU1SP_uEiArHKndyfA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BB44C922ABB; Fri, 30 Oct 2020 13:13:04 +0000 (UTC) Received: from [10.36.114.240] (ovpn-114-240.ams2.redhat.com [10.36.114.240]) by smtp.corp.redhat.com (Postfix) with ESMTP id 20587619B5; Fri, 30 Oct 2020 13:13:03 +0000 (UTC) To: Kalesh A P , stable@dpdk.org References: <20201016092047.30846-1-kalesh-anakkur.purayil@broadcom.com> From: Kevin Traynor Message-ID: Date: Fri, 30 Oct 2020 13:13:02 +0000 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.12 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: 7bit 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, > > 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. > > 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(-) > Applied and removed other bnxt commits from failed list, thanks.