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 D3C64A04DB for ; Wed, 2 Dec 2020 15:50:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AB6D0C99C; Wed, 2 Dec 2020 15:50:22 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 51FCAC99C for ; Wed, 2 Dec 2020 15:50:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606920618; 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=VH5z0rJb2niW0KLkc++JawYGe7EVcJMhVMUd9dO9cr8=; b=NeibeEoIDIE8cQ4/0OtcR3nPoh9i8TIFrofm13KL8Odbv/d6dQR0b3E+n2tziR6S2V5lds H3f0yecsf2H47Ohw+gyVJM2dRLD7uh7UHHzlHdnNrJ7vaLeFvPy8TeL3AhqrwjfDK33KxJ dmRMzDTuNd2s+5SRhLTSrSQnNCb+9Eg= 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-402-do3DBUBZOQWtD6E5HtOxKg-1; Wed, 02 Dec 2020 09:50:17 -0500 X-MC-Unique: do3DBUBZOQWtD6E5HtOxKg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 47279100C60E; Wed, 2 Dec 2020 14:50:16 +0000 (UTC) Received: from [10.36.115.131] (ovpn-115-131.ams2.redhat.com [10.36.115.131]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7659A5D9C6; Wed, 2 Dec 2020 14:50:14 +0000 (UTC) To: Kalesh A P , stable@dpdk.org References: <20201201033930.17869-1-kalesh-anakkur.purayil@broadcom.com> From: Kevin Traynor Message-ID: Date: Wed, 2 Dec 2020 14:50:13 +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: <20201201033930.17869-1-kalesh-anakkur.purayil@broadcom.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 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/5] Backporting bnxt patches to 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 01/12/2020 03:39, Kalesh A P wrote: > From: Kalesh AP > > Hi Kevin, > Hi Kalesh, > I have back ported conflicting patches to 18.11 LTS. > Thanks for sending, they are running^Wcrawling in travis atm. Are these the only bnxt fixes needed? the others in the list are: $ grep bnxt failed-list-running c92f053d4 Kalesh AP net/bnxt: fix L2 filter allocation 99ad2abc0 Kalesh AP net/bnxt: fix speed setting on certain adapters 4b029f02d Somnath Kotur net/bnxt: fix checking VNIC in shutdown path ef10add37 Venkat Duvvuru net/bnxt: fix PF support in SR-IOV mode 97c327178 Somnath Kotur net/bnxt: fix queue release 0b42b92ae Ferruh Yigit net/bnxt: fix xstats by id 1ef8c6290 Stephen Hemminger net/bnxt: remove useless prefetches Kevin. > Please apply. > > Kalesh AP (5): > net/bnxt: fix structure variable initialization > net/bnxt: fix UDP tunnel port removal > net/bnxt: fix boolean operator usage > net/bnxt: fix drop enable in get Rx queue info > net/bnxt: increase size of Rx CQ > > drivers/net/bnxt/bnxt_ethdev.c | 15 +++------------ > drivers/net/bnxt/bnxt_hwrm.c | 15 +++++++++++++-- > drivers/net/bnxt/bnxt_ring.h | 2 +- > drivers/net/bnxt/bnxt_rxq.c | 5 +++++ > drivers/net/bnxt/bnxt_rxq.h | 4 ++++ > drivers/net/bnxt/bnxt_rxr.c | 3 +++ > drivers/net/bnxt/bnxt_txr.c | 2 ++ > 7 files changed, 31 insertions(+), 15 deletions(-) >