From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E0BBF1B497 for ; Fri, 1 Feb 2019 02:35:45 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2019 17:35:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,546,1539673200"; d="scan'208";a="271621015" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 31 Jan 2019 17:35:43 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 31 Jan 2019 17:35:43 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 31 Jan 2019 17:35:43 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.207]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.162]) with mapi id 14.03.0415.000; Fri, 1 Feb 2019 09:35:41 +0800 From: "Lu, Wenzhuo" To: "Zhang, Qi Z" , "Yang, Qiming" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/ice: fix segment fault Thread-Index: AQHUuHTxuIWFMm6FU0CDoHJ5VIE0JKXKK8AA Date: Fri, 1 Feb 2019 01:35:40 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909407DD2C6@shsmsx102.ccr.corp.intel.com> References: <20190130082346.18669-1-qi.z.zhang@intel.com> In-Reply-To: <20190130082346.18669-1-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ice: fix segment fault 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, 01 Feb 2019 01:35:46 -0000 Hi, > -----Original Message----- > From: Zhang, Qi Z > Sent: Wednesday, January 30, 2019 4:24 PM > To: Lu, Wenzhuo ; Yang, Qiming > > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH] net/ice: fix segment fault >=20 > Fix segment fault when detach a device due to some redundant function cal= l > in ice_dev_uninit. >=20 > Fixes: f9cf4f864150 ("net/ice: support device initialization") >=20 > Signed-off-by: Qi Zhang Acked-by: Wenzhuo Lu