From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 652CB1A08BC for ; Thu, 16 Jul 2015 19:55:01 +1000 (AEST) In-Reply-To: <1435042873-9486-1-git-send-email-gwshan@linux.vnet.ibm.com> To: Gavin Shan , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Gavin Shan Subject: Re: powerpc/powernv: Unfreeze VF PE on releasing it Message-Id: <20150716095501.1A2B7140A98@ozlabs.org> Date: Thu, 16 Jul 2015 19:55:00 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-23-06 at 07:01:13 UTC, Gavin Shan wrote: > When releasing PE for SRIOV VF, the PE is forced to be frozen > wrongly. When the same PE is picked for another VF, it won't > work anyhow. The patch fixes the issue by unfreezing, not > freezing the VF PE when releasing it. > > Signed-off-by: Gavin Shan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f951e51003860705fc9f cheers