From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 423FlG72KWzF3BX for ; Mon, 3 Sep 2018 00:26:18 +1000 (AEST) Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w82ENtVP042739 for ; Sun, 2 Sep 2018 10:26:15 -0400 Received: from e06smtp07.uk.ibm.com (e06smtp07.uk.ibm.com [195.75.94.103]) by mx0b-001b2d01.pphosted.com with ESMTP id 2m888a681a-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 02 Sep 2018 10:26:15 -0400 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 2 Sep 2018 15:26:14 +0100 From: Vaibhav Jain To: Nicholas Piggin Cc: Benjamin Herrenschmidt , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, Vasant Hegde , Michael Neuling , "Oliver O'Halloran" Subject: Re: [PATCH] powerpc/powernv: Make possible for user to force a full ipl cec reboot In-Reply-To: <20180901195337.3080204b@roar.ozlabs.ibm.com> References: <20180901081745.2165-1-vaibhav@linux.ibm.com> <20180901195337.3080204b@roar.ozlabs.ibm.com> Date: Sun, 02 Sep 2018 19:56:07 +0530 MIME-Version: 1.0 Content-Type: text/plain Message-Id: <87y3ckm0w0.fsf@vajain21.in.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Thanks for looking into this patch Nick, Nicholas Piggin writes: > This is nice but I wonder if the default should be IPL and fast > should be the option. Fast-reset should work most of the times so I think it should be default. Its also the current default which I am bit relunctant to change. We usually need full IPL reset only when we need to update skiboot or have malfunctioning device that isnt being reset properly during fast-reset. So I am believe full IPL resets will be less frequent hence should be explicitly requested. -- Vaibhav Jain Linux Technology Center, IBM India Pvt. Ltd.