From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 2/4] bnxt: Fix a segfault encountered during KNI exit Date: Thu, 29 Sep 2016 18:41:18 +0100 Message-ID: <5d20127c-edda-8c9a-c759-3ab2f9c7734a@intel.com> References: <20160929170344.GA52223@C02PT1RBG8WP.aus.broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Ajit Khaparde , dev@dpdk.org 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) In-Reply-To: <20160929170344.GA52223@C02PT1RBG8WP.aus.broadcom.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 ...