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 31433A0545 for ; Wed, 25 Nov 2020 18:30:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DDE46C940; Wed, 25 Nov 2020 18:30:08 +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 CCBEAC940 for ; Wed, 25 Nov 2020 18:30:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606325404; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nW+RzTtFBhYsAVN5G7S+ZVH4dCp7COrBHGQKVyTIOdo=; b=Dgbo9clz6OsN8NVspmZnDCNnn//Qcup7R8eHM1k7rSRobkrEa996AkX7tvU1fXimJurR6A MddLtIoymmnZ/m4rEUy4LoiBITNvyQVJcf/oZD6hoHPa/v1R5Etx4N9cLrLtE1YOqK0sN1 jNzjQEFrALFxPyG001g+3kKVST7olak= 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-1-zDT1JUTzPle5jGMTdpGbgA-1; Wed, 25 Nov 2020 12:30:00 -0500 X-MC-Unique: zDT1JUTzPle5jGMTdpGbgA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8C19E107ACF6; Wed, 25 Nov 2020 17:29:59 +0000 (UTC) Received: from [10.36.112.54] (ovpn-112-54.ams2.redhat.com [10.36.112.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4FA2560854; Wed, 25 Nov 2020 17:29:58 +0000 (UTC) To: wangyunjian , stable@dpdk.org Cc: ajit.khaparde@broadcom.com, jerry.lilijun@huawei.com, xudingke@huawei.com References: <1606270966-50668-1-git-send-email-wangyunjian@huawei.com> From: Kevin Traynor Message-ID: <40755e2e-3feb-0d4e-0bec-71058c189260@redhat.com> Date: Wed, 25 Nov 2020 17:29:57 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <1606270966-50668-1-git-send-email-wangyunjian@huawei.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 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/2] fixes for bnxt driver 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 25/11/2020 02:22, wangyunjian wrote: > From: Yunjian Wang > > This series include two fixes patches for bnxt driver. > > Yunjian Wang (2): > net/bnxt: fix memory leak when freeing VF info > net/bnxt: add memory allocation check in VF info init > > drivers/net/bnxt/bnxt_ethdev.c | 3 +-- > drivers/net/bnxt/bnxt_hwrm.c | 22 ++++++++++++++++++++-- > drivers/net/bnxt/bnxt_hwrm.h | 1 + > 3 files changed, 22 insertions(+), 4 deletions(-) > Thanks for the backports, applied locally. Will push with the other patches in the queue in a few days time.