From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] igb_uio: revert open and release operations Date: Fri, 13 Oct 2017 23:17:43 +0200 Message-ID: <2430055.mEKKrXQe0W@xps> References: <11d7e3d2-a30c-cdc1-7609-c70aafde5aed@intel.com> <12571807.rgXucML5gE@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, shijith.thotton@caviumnetworks.com, qiming.yang@intel.com, jingjing.wu@intel.com, luca.boccassi@att.com, gregory@weka.io, helin.zhang@intel.com, xuekun.hu@intel.com, harish.patil@cavium.com To: Ferruh Yigit Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 587C11B798 for ; Fri, 13 Oct 2017 23:17:45 +0200 (CEST) In-Reply-To: <12571807.rgXucML5gE@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/10/2017 23:11, Thomas Monjalon: > 13/10/2017 23:05, Ferruh Yigit: > > On 10/13/2017 3:51 PM, Thomas Monjalon wrote: > > > Some VF drivers cannot work with igb_uio because of the > > > reset done in these functions. > > > > > > First bug report: > > > http://dpdk.org/ml/archives/dev/2017-September/075236.html > > > > > > A partial reset was tried: > > > http://dpdk.org/patch/28940 > > > > > > Second bug report after a partial revert trial: > > > http://dpdk.org/ml/archives/dev/2017-September/076998.html > > > > > > The patch author agreed to revert his patch: > > > http://dpdk.org/ml/archives/dev/2017-October/077158.html > > > > > > There are also some patches available to fix issues with i40e: > > > http://dpdk.org/patch/30021 > > > http://dpdk.org/patch/30022 > > > > > > This patch takes the simple option of reverting the initial patch > > > and gives more time to properly improve igb_uio and PMDs. > > > > > > Fixes: b58eedfc7dd5 ("igb_uio: issue FLR during open and release of device file") > > > > > > Reported-by: Qiming Yang > > > Reported-by: Jingjing Wu > > > Signed-off-by: Thomas Monjalon > > > > Hi Thomas, > > > > I put already some comment into other fix patch [1]. > > > > Mainly taking into account of current time for release, this patch make > > sense, but I suggest giving a chance to the fix mentioned above. > > > > Because the original patch is for safer igb_uio, and fixing a few times > > reported issue. > > > > Since this is rc1, we have time for testing, and many parties will be > > doing tests. Lets get the fix for rc1, and if we find any issue revert > > the patch? > > OK, please check it works for every VF drivers. > There was an issue reported with bnxt. Sorry, it was qede.