From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) by dpdk.org (Postfix) with ESMTP id 024296A95 for ; Mon, 10 Oct 2016 20:42:09 +0200 (CEST) Received: by mail-io0-f176.google.com with SMTP id r30so1961664ioi.1 for ; Mon, 10 Oct 2016 11:42:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=dldMF4sxGVLlvVrjNIZp2AZq3NrsJEctn8jqNoMTbH0=; b=C9FKHwfQMQLPrAE7pmEh5+EhLhakPvX69qQEzGFHa7g6xXYkr/OHwfNymSK7dYA6lt leAiRHsCtPWIrrStdzxZ5jyeMForuSQtEN12vvjropyfnDzdKMC8Rucn+fb4pZ8Af6gB 0BcwKTLvCBZtvBt/9WywCPaQHmS5zQK4cFpbI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=dldMF4sxGVLlvVrjNIZp2AZq3NrsJEctn8jqNoMTbH0=; b=jkIQj4sVLvN34/E2v8+eyRBrcTmhEQ/bvKlXTWvq4b5uD6DJ03Gp09dJWtpGSZxrAw cFfF0KVF+rx+uklshggAtYNkSvvNFYcDmxubPO9rPwxYXhXrJY+WBqvuG1HW/ztE2aJ5 IALIxmfUrlRcThkeFP5VtzA5LbrruCDX6m3QSblBDcTVS1ErfdA//BSPsXjEGwJrSJG5 9h6B67G6poPhLALd96mOZL+MHFGskiD2Bc9VAoVJhhkalamXyvGWJQrwpfTkQuGIZveP 14YF4jEsBsOahk31GDQEKmKjzK4K0o5Y3FaHmgHt/VpCewhdrUMNGAuq6hQwJavzNAJu ttuQ== X-Gm-Message-State: AA6/9RmFxJJoBRsTGvmCds0GbKJxXs/+vX4fWJ9nbhKuwxO5/N/6AJbv3NS3ePufWj2Vdepc2j3iA1MOROBkzzZ7 X-Received: by 10.107.8.79 with SMTP id 76mr398772ioi.154.1476124928267; Mon, 10 Oct 2016 11:42:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.225.40 with HTTP; Mon, 10 Oct 2016 11:41:27 -0700 (PDT) In-Reply-To: <91ebdd13-b556-dc9b-5488-a38483b16733@intel.com> References: <20160929170344.GA52223@C02PT1RBG8WP.aus.broadcom.com> <5d20127c-edda-8c9a-c759-3ab2f9c7734a@intel.com> <91ebdd13-b556-dc9b-5488-a38483b16733@intel.com> From: Ajit Khaparde Date: Mon, 10 Oct 2016 13:41:27 -0500 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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: Mon, 10 Oct 2016 18:42:09 -0000 On Mon, Oct 10, 2016 at 10:24 AM, Ferruh Yigit wrote: > 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 > > > > =E2=80=8BOn closing the kni app, I am seeing a segfault.=E2=80=8B becau= se 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. > " > =E2=80=8BI am OK with this Ferruh. Thanks=E2=80=8B