From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 6CC047CE5;
 Wed, 20 Sep 2017 18:52:40 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 20 Sep 2017 09:52:39 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.42,421,1500966000"; d="scan'208";a="902272371"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57])
 ([10.237.220.57])
 by FMSMGA003.fm.intel.com with ESMTP; 20 Sep 2017 09:52:36 -0700
To: Shijith Thotton <shijith.thotton@caviumnetworks.com>, dev@dpdk.org,
 "Yang, Qiming" <qiming.yang@intel.com>
Cc: Thomas Monjalon <thomas@monjalon.net>,
 "Patil, Harish" <Harish.Patil@cavium.com>,
 "Zhang, Helin" <helin.zhang@intel.com>, Gregory Etelson <gregory@weka.io>,
 "Tan, Jianfeng" <jianfeng.tan@intel.com>, "Hu, Xuekun"
 <xuekun.hu@intel.com>, "Li, Xiaoyun" <xiaoyun.li@intel.com>,
 "Thotton, Shijith" <Shijith.Thotton@cavium.com>, stable@dpdk.org
References: <F5DF4F0E3AFEF648ADC1C3C33AD4DBF16F7E0E71@SHSMSX101.ccr.corp.intel.com>
 <1505816653-28715-1-git-send-email-shijith.thotton@caviumnetworks.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <42dbcd66-93c4-4bb9-97d0-87f89a937aa2@intel.com>
Date: Wed, 20 Sep 2017 17:52:36 +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: <1505816653-28715-1-git-send-email-shijith.thotton@caviumnetworks.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-stable] [PATCH] igb_uio: remove PCI reset during uio
	device open
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 20 Sep 2017 16:52:41 -0000

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 <shijith.thotton@caviumnetworks.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>


I can't re-produce the issue described by Qiming with this patch.

Hi Qiming,

Can you also please confirm the patch?

Thanks,
ferruh