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 096642C50 for ; Thu, 20 Jul 2017 06:48:32 +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 092F030C0AD for ; Wed, 19 Jul 2017 21:48:31 -0700 (PDT) Received: from C02PT1RBG8WP.vpn.broadcom.net (unknown [10.10.117.63]) by mail-irv-17.broadcom.com (Postfix) with ESMTP id ACF1381EA6 for ; Wed, 19 Jul 2017 21:48:30 -0700 (PDT) From: Ajit Khaparde To: dev@dpdk.org Date: Wed, 19 Jul 2017 23:48:17 -0500 Message-Id: <20170720044826.44103-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.10.1 (Apple Git-78) Subject: [dpdk-dev] [PATCH 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: Thu, 20 Jul 2017 04:48:33 -0000 Hi, This patch set fixes some of the issues found during testing. Please apply. Thanks 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 | 110 ++++++++++++++++++++++----------- -- 2.10.1 (Apple Git-78)