From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rnd-relay.smtp.broadcom.com (lpdvrndsmtp01.broadcom.com [192.19.229.170]) by dpdk.org (Postfix) with ESMTP id E3A022C50 for ; Fri, 21 Jul 2017 05:22:44 +0200 (CEST) Received: from mail-irv-17.broadcom.com (mail-irv-17.lvn.broadcom.net [10.75.224.233]) by rnd-relay.smtp.broadcom.com (Postfix) with ESMTP id A2A2330C43F; Thu, 20 Jul 2017 20:22:43 -0700 (PDT) Received: from C02PT1RBG8WP.vpn.broadcom.net (unknown [10.10.117.23]) by mail-irv-17.broadcom.com (Postfix) with ESMTP id 97C4D81EA6; Thu, 20 Jul 2017 20:22:42 -0700 (PDT) From: Ajit Khaparde To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Thu, 20 Jul 2017 22:22:24 -0500 Message-Id: <20170721032233.59657-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.10.1 (Apple Git-78) In-Reply-To: <12e05afb-d540-be7a-6d26-2229fd74a969@intel.com> References: <12e05afb-d540-be7a-6d26-2229fd74a969@intel.com> Subject: [dpdk-dev] [PATCH v2 0/8] bnxt patchset 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: , X-List-Received-Date: Fri, 21 Jul 2017 03:22:45 -0000 This patch set fixes some of the issues found during testing. Please apply. v1->v2: incorporate review feedback net/bnxt: fix log levels for non error conditions. net/bnxt: fix to avoid a segfault net/bnxt: fix vnic cleanup net/bnxt: fix set link config net/bnxt: reset VF stats during initialization net/bnxt: fix VLAN antispoof configuration code net/bnxt: check invalid l2_filter_id net/bnxt: fix to free a filter before reusing it drivers/net/bnxt/bnxt.h | 7 ++ drivers/net/bnxt/bnxt_cpr.c | 2 +- drivers/net/bnxt/bnxt_hwrm.c | 76 +++++++++++- drivers/net/bnxt/bnxt_hwrm.h | 3 + drivers/net/bnxt/hsi_struct_def_dpdk.h | 81 ++++++++++++- drivers/net/bnxt/rte_pmd_bnxt.c | 178 ++++++++++++++++------------ -- 2.10.1 (Apple Git-78)