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: Mon, 10 Oct 2016 16:24:16 +0100 Message-ID: <91ebdd13-b556-dc9b-5488-a38483b16733@intel.com> References: <20160929170344.GA52223@C02PT1RBG8WP.aus.broadcom.com> <5d20127c-edda-8c9a-c759-3ab2f9c7734a@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Ajit Khaparde Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 412CB6C94 for ; Mon, 10 Oct 2016 17:24:20 +0200 (CEST) In-Reply-To: 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 8:06 PM, Ajit Khaparde wrote: > On Thu, Sep 29, 2016 at 12:41 PM, Ferruh Yigit >wrote: > > On 9/29/2016 6:03 PM, Ajit Khaparde wrote: > > The bnxt PMD is running into a segfault when exiting out of KNI > > KNI? > > examples/kni > > ​On closing the kni app, I am seeing a segfault.​ because of improper > cleanup of resources > in the dev_uninit path. So this is mainly related to driver exit, KNI app is just a way to reproduce it. Are you OK with following update in commit log: " net/bnxt: fix a segfault encountered during PMD exit This patch fixes segfault encountered during dev_uninit/close routine. KNI sample app can be used to reproduce the issue. "