From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 8674D2C2A for ; Fri, 6 Oct 2017 23:36:59 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Oct 2017 14:36:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,486,1500966000"; d="scan'208";a="907558528" Received: from unknown (HELO [10.241.225.2]) ([10.241.225.2]) by FMSMGA003.fm.intel.com with ESMTP; 06 Oct 2017 14:36:55 -0700 To: Gregory Etelson , dev@dpdk.org, "Tan, Jianfeng" , Shijith Thotton , Stephen Hemminger , Qi Zhang References: <3336123.hs2y1kGb2P@polaris> From: Ferruh Yigit Message-ID: <67ae07aa-d3a9-990c-5409-92543d0a8dae@intel.com> Date: Fri, 6 Oct 2017 22:36:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <3336123.hs2y1kGb2P@polaris> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] igb_uio: reset PCI function on process exit 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, 06 Oct 2017 21:36:59 -0000 On 6/6/2017 7:03 AM, Gregory Etelson wrote: > re-bind PCI function to igb_uio > after process termination > tested adapters: Intel 10G, Intel 40G > known issues: ENA adapters on AWS I3 instances fail to reset PCI function > > Signed-off-by: Gregory Etelson Shijith's patch [1] applied in 17.08 superseded this patch, updating it in patchwork. [1] Commit: b58eedfc7dd5 ("igb_uio: issue FLR during open and release of device file")