From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-3.cisco.com (sj-iport-3.cisco.com [171.71.176.72]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "sj-iport-3.cisco.com", Issuer "Cisco SSCA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 7A5B9DDE1B for ; Tue, 11 Nov 2008 07:36:29 +1100 (EST) From: Roland Dreier To: Joachim Fenkes Subject: Re: [PATCH] IB/ehca: Fix suppression of port activation events References: <200806061835.43802.fenkes@de.ibm.com> <48499C11.7030504@gmail.com> <200811071742.51867.fenkes@de.ibm.com> Date: Mon, 10 Nov 2008 12:36:23 -0800 In-Reply-To: <200811071742.51867.fenkes@de.ibm.com> (Joachim Fenkes's message of "Fri, 7 Nov 2008 17:42:51 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: LKML , OF-EWG , LinuxPPC-Dev , Christoph Raisch , OF-General , Alexander Schmidt , Stefan Roscher List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > A previous fix introduced a regression where port activation events were > dropped unconditionally if port autodetection was not enabled. Fixed. Is this a fix to "IB/ehca: Remove reference to special QP in case of port activation failure"? Because if so I can roll it into that patch, since Linus hasn't pulled it yet. - R.