From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 09E2C29AC for ; Fri, 21 Jul 2017 11:31:39 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jul 2017 02:31:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,389,1496127600"; d="scan'208";a="110407168" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.137.4]) ([10.255.137.4]) by orsmga004.jf.intel.com with ESMTP; 21 Jul 2017 02:31:35 -0700 To: Ajit Khaparde , dev@dpdk.org References: <12e05afb-d540-be7a-6d26-2229fd74a969@intel.com> <20170721032233.59657-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <93fd06fd-4d22-dfd7-1947-7a21f17ef25a@intel.com> Date: Fri, 21 Jul 2017 10:31:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170721032233.59657-1-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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 09:31:40 -0000 On 7/21/2017 4:22 AM, Ajit Khaparde wrote: > 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 Series applied to dpdk-next-net/master, thanks.