From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] igb_uio: reset PCI function on process exit Date: Fri, 6 Oct 2017 22:36:55 +0100 Message-ID: <67ae07aa-d3a9-990c-5409-92543d0a8dae@intel.com> References: <3336123.hs2y1kGb2P@polaris> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Gregory Etelson , dev@dpdk.org, "Tan, Jianfeng" , Shijith Thotton , Stephen Hemminger , Qi Zhang 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) In-Reply-To: <3336123.hs2y1kGb2P@polaris> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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")