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 1C24FA32A2 for ; Thu, 24 Oct 2019 20:41:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA9501EC15; Thu, 24 Oct 2019 20:41:15 +0200 (CEST) Received: from mail-oi1-f193.google.com (mail-oi1-f193.google.com [209.85.167.193]) by dpdk.org (Postfix) with ESMTP id 25B721EC11 for ; Thu, 24 Oct 2019 20:41:14 +0200 (CEST) Received: by mail-oi1-f193.google.com with SMTP id x3so21564274oig.2 for ; Thu, 24 Oct 2019 11:41:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=mwZdr0MGxlx0tzHS3fWjX2Xu2Wk5TTMWibD9o3nluvY=; b=I4tJOgpHJ4cOhE2qTxnxDyCxWERyy7ItrOSAhaKjuvKS+NDyt5wD5Ks6D2qUN7jCSw Ne275MsgwcXirfsooIAvdU3EcJRfXSECSaxmBfK+9j1YCDcGLRnXxo3kx4LXoIqe0f1S R6DpbnrPC39vLZpjTKIWKtLAmYvKFJ6irzieM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=mwZdr0MGxlx0tzHS3fWjX2Xu2Wk5TTMWibD9o3nluvY=; b=E15+C6iYC9lZbLAe3nDE5Lt2WX9o1nN9Au4uVg2jWA0F2AnDgAn23Edm1/bizcCsHx FrFrvbRafeaPt0e8WA3Wq63EBMF5h7Gk36qi4ljax34Jge4/X4+rSRyzR8IdNdiJk3Qg g6av88JmUdxO5QEpecmqEyCxyX2xkftctoK2J3F6ecmEECay04wrcxk56qiekw4CKR2U nqAUtPOG06eIbr23LmqFKnZeUUiCcnOUAMXg0vUH1Tf5VC9l9fWKxwjX+EFTwmiOxltp jn9E8kWTX2QIW0gR1/tLVfbdDEKZG6dsBjlR/tZ5aYhVVQxQCAUavN4r/oc/qrWrnPsu NVMA== X-Gm-Message-State: APjAAAUlpnNtdpnwRXVDaPfSgUHnvl3+nrN07hckE3PXuROsfd2T/rRB UlZRde3C6jZ88bLELlpReAYiEIN/96Iey0an0hwB5g== X-Google-Smtp-Source: APXvYqz43HoAxDyDBUMBv62VJi5S0b0Rvwo9u56zRG9I2i5VSmWQ4P1E4L7hzLPvPfSIoQYMxbyK98nNDaGNh7oTqt8= X-Received: by 2002:a54:468a:: with SMTP id k10mr6094667oic.27.1571942473095; Thu, 24 Oct 2019 11:41:13 -0700 (PDT) MIME-Version: 1.0 References: <20191024074432.30705-1-somnath.kotur@broadcom.com> In-Reply-To: <20191024074432.30705-1-somnath.kotur@broadcom.com> From: Ajit Khaparde Date: Thu, 24 Oct 2019 14:40:55 -0400 Message-ID: To: Somnath Kotur Cc: dpdk-dev , Ferruh Yigit Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2 00/17] bnxt patchset with bug fixes 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 Thu, Oct 24, 2019 at 3:52 AM Somnath Kotur wrote: > Please apply. > > Ajit Khaparde (3): > net/bnxt: fix to set MAX RSS contexts for maximal reservation > net/bnxt: fix to write the correct MTU to FW > net/bnxt: update HWRM API to version 1.10.1.6 > > Kalesh AP (6): > net/bnxt: fix unused value in free filter mem > net/bnxt: fix a possible race between start and interrupt handler > net/bnxt: add more checks for fw reset > net/bnxt: add PCI IDs for 57500 series NPAR devices > net/bnxt: add a wrapper function for thor device check > net/bnxt: fix a possible memory leak > > Rahul Gupta (1): > net/bnxt: fix to use HWRM_CFA_L2_FILTER as the filter_type for > non-ntuple flows > > Santoshkumar Karanappa Rastapur (3): > net/bnxt: fix ping failure with MTU change > net/bnxt: fix RSS configuration failure for thor-based controllers > net/bnxt: fix segfault after removing and adding the slaves > > Somnath Kotur (2): > net/bnxt: expose some missing counters in port statistics > net/bnxt: fix to check for zero mac address while parsing flow > arguments > > Venkat Duvvuru (2): > net/bnxt: use mac index, while checking for default mac > net/bnxt: call bnxt_uninit_locks from bnxt_uninit_resources > > drivers/net/bnxt/bnxt.h | 10 + > drivers/net/bnxt/bnxt_ethdev.c | 70 +- > drivers/net/bnxt/bnxt_filter.c | 4 + > drivers/net/bnxt/bnxt_flow.c | 14 +- > drivers/net/bnxt/bnxt_hwrm.c | 18 +- > drivers/net/bnxt/bnxt_hwrm.h | 2 + > drivers/net/bnxt/bnxt_irq.c | 8 + > drivers/net/bnxt/bnxt_rxq.c | 4 + > drivers/net/bnxt/bnxt_rxr.c | 3 + > drivers/net/bnxt/bnxt_stats.c | 32 + > drivers/net/bnxt/hsi_struct_def_dpdk.h | 2273 > +++++++++++++++++++++++++------- > 11 files changed, 1949 insertions(+), 489 deletions(-) > > -- > v1->v2: Squashed in a compilation error fix in patch 4 onto patch 3 itself > - Fixed the commit log and headline format in some of the pathes. - Updated/Added the Fixes tag Patchset applied to dpdk-next-net-brcm > 2.10.1.613.g2cc2e70 > >