From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 42AB81B33A; Tue, 7 Nov 2017 00:55:18 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B898E20784; Mon, 6 Nov 2017 18:55:17 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 18:55:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9OOGjc1cMmn0Pjfq/PAg9iF3DX a0jI280v/q4xBMNDA=; b=nNJTTMw7Oi7mjOICoJDijxuAKUM3iyl+4rTKSvsIim I7yiCbZflolZh8ocoEUpJYWoWIgIUiNU049c+e5U73lMngjflEG13OQLnJeeSGaw LzUEOT2p3EBlqVBV8CwRBT5JLYzt7Ch41ZGAPKsw2y1D6pipnATSHHJ0si1vrTmX E= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=9OOGjc 1cMmn0Pjfq/PAg9iF3DXa0jI280v/q4xBMNDA=; b=NczDqfzZb9NtZF1H08iyJL n9hpoEMKgZwcWSrco7B0xNHvnZoWlNHOfLZSvf5SlYWWtc5GX/6I/gjijQAG+Vwz HL/5GL5cgKiOTQ+OkTdcJfq8n92FfMIQKOxPm/K4ooo6oez7h02Jr/sMuszqeAFH V8eLG7ADtz+vRANND3wQ1IsAGG4ky6CBAfFzNuP60mhmGx8AqaH/at6lVQ7MMjHc kTA5GfX5R4dIs6gMLEyuh/dGgHJDgU4M+aqo5cVVrxx2eiSb8BN3kDQtS5Wcg4lp PwZGowS3w1m7duapPQ0tErESm7shXwH3/y+XVONTqIVQ/bO+DDFN/gmw4XDO0qGA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6E7CC7F8DC; Mon, 6 Nov 2017 18:55:17 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: stable@dpdk.org, dev@dpdk.org, Jianfeng Tan , Jingjing Wu , Shijith Thotton , Gregory Etelson , Harish Patil , George Prekas , Sergio Gonzalez Monroy , Rasesh Mody , Lee Roberts , Stephen Hemminger Date: Tue, 07 Nov 2017 00:55:16 +0100 Message-ID: <2004961.P5XXAOnQC2@xps> In-Reply-To: <20171106184815.9953-1-ferruh.yigit@intel.com> References: <20171103223822.28852-1-ferruh.yigit@intel.com> <20171106184815.9953-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] igb_uio: prevent reset for a list of devices 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: Mon, 06 Nov 2017 23:55:18 -0000 06/11/2017 19:48, Ferruh Yigit: > Some devices are having problem on device reset that happens during DPDK > application exit [1]. > > Create a static list of devices and exclude them from device reset. > > [1] > http://dpdk.org/ml/archives/dev/2017-November/080927.html > > Fixes: b58eedfc7dd5 ("igb_uio: issue FLR during open and release of device file") > Cc: stable@dpdk.org > > Signed-off-by: Ferruh Yigit Applied, thanks An option may be required to disable this exception which may be a security hole.