From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] igb_uio: remove PCI reset during uio device open Date: Wed, 20 Sep 2017 17:52:36 +0100 Message-ID: <42dbcd66-93c4-4bb9-97d0-87f89a937aa2@intel.com> References: <1505816653-28715-1-git-send-email-shijith.thotton@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , "Patil, Harish" , "Zhang, Helin" , Gregory Etelson , "Tan, Jianfeng" , "Hu, Xuekun" , "Li, Xiaoyun" , "Thotton, Shijith" , stable@dpdk.org To: Shijith Thotton , dev@dpdk.org, "Yang, Qiming" Return-path: In-Reply-To: <1505816653-28715-1-git-send-email-shijith.thotton@caviumnetworks.com> 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 9/19/2017 11:24 AM, Shijith Thotton wrote: > Issuing reset during uio device open caused PMD init failure for some > NIC VFs (i40, ixgbe, qede) in host. So this initial reset is removed. > Bus master enable is kept as part of open since we disable it in uio > device release. > > Fixes: b58eedfc7dd5 ("igb_uio: issue FLR during open and release of device file") > Cc: stable@dpdk.org > > Signed-off-by: Shijith Thotton Acked-by: Ferruh Yigit I can't re-produce the issue described by Qiming with this patch. Hi Qiming, Can you also please confirm the patch? Thanks, ferruh