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 06B8CA32A1 for ; Thu, 24 Oct 2019 08:07:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A8E91C196; Thu, 24 Oct 2019 08:07:03 +0200 (CEST) Received: from relay.smtp.broadcom.com (unknown [192.19.211.62]) by dpdk.org (Postfix) with ESMTP id 0E3E01C029 for ; Thu, 24 Oct 2019 08:06:57 +0200 (CEST) Received: from dhcp-10-123-153-55.dhcp.broadcom.net (bgccx-dev-host-lnx35.bec.broadcom.net [10.123.153.55]) by relay.smtp.broadcom.com (Postfix) with ESMTP id B23F228FA4F; Wed, 23 Oct 2019 23:06:55 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.10.3 relay.smtp.broadcom.com B23F228FA4F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com; s=dkimrelay; t=1571897215; bh=XPoBtdR0tPAJ2jCm0spdluBiXhkla5gg288FAovXQLo=; h=From:To:Cc:Subject:Date:From; b=P/+qd4YHl4J9oA9tS2y0J/5Fhqr4WOfjHvgL3PO/nIriAbUIAa7Ft2Sm+86hk4UwZ hSq50TkawWy55HB6hZ0aRK1PFRWUvdh+E3246GbKCpnAVPpzHf3njKPgRvZ5mr8CVh be//K5Wq5deGZc+hJPZA8Su9hN4p3XiM43iLnpqI= From: Somnath Kotur To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Thu, 24 Oct 2019 11:28:55 +0530 Message-Id: <20191024055913.28817-1-somnath.kotur@broadcom.com> X-Mailer: git-send-email 2.10.1.613.g2cc2e70 Subject: [dpdk-dev] [PATCH 00/18] 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" 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 Lance Richardson (1): net/bnxt: fix mbuf free when clearing Tx queue drivers/net/bnxt/bnxt.h | 10 + drivers/net/bnxt/bnxt_ethdev.c | 68 +- 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_txq.c | 2 +- drivers/net/bnxt/bnxt_stats.c | 32 + drivers/net/bnxt/hsi_struct_def_dpdk.h | 2273 +++++++++++++++++++++++++------- 12 files changed, 1950 insertions(+), 490 deletions(-) -- 1.8.3.1