From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3AA9556A1 for ; Thu, 29 Sep 2016 19:41:21 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 29 Sep 2016 10:41:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,268,1473145200"; d="scan'208";a="1058387221" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.221.7]) ([10.237.221.7]) by orsmga002.jf.intel.com with ESMTP; 29 Sep 2016 10:41:19 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20160929170344.GA52223@C02PT1RBG8WP.aus.broadcom.com> From: Ferruh Yigit Message-ID: <5d20127c-edda-8c9a-c759-3ab2f9c7734a@intel.com> Date: Thu, 29 Sep 2016 18:41:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160929170344.GA52223@C02PT1RBG8WP.aus.broadcom.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/4] bnxt: Fix a segfault encountered during KNI exit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 17:41:21 -0000 On 9/29/2016 6:03 PM, Ajit Khaparde wrote: > The bnxt PMD is running into a segfault when exiting out of KNI KNI? > in the dev_uninit/close path. This patch fixes that. > > Signed-off-by: Ajit Khaparde ...