Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753231AbcD1IuC (ORCPT ); Thu, 28 Apr 2016 04:50:02 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35659 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752322AbcD1It7 (ORCPT ); Thu, 28 Apr 2016 04:49:59 -0400 Date: Thu, 28 Apr 2016 10:49:54 +0200 From: Ingo Molnar To: Mike Travis Cc: Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , Andrew Morton , Len Brown , x86@kernel.org, linux-kernel@vger.kernel.org, uv4-kernel@sgi.com, Dimitri Sivanich Subject: Re: [PATCH 20/21] X86_64, UV: Remove Obsolete GRU MMR address translation Message-ID: <20160428084954.GC16679@gmail.com> References: <20160428005457.471061412@asylum.americas.sgi.com> <20160428005500.974616236@asylum.americas.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160428005500.974616236@asylum.americas.sgi.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 853 Lines: 25 * Mike Travis wrote: > /* > + * Send a noop message in order to deliver a cross-partition interrupt > + * to the SSI that contains the target message queue. Normally, the > + * interrupt is automatically delivered by hardware following mesq > + * operations, but some error conditions require explicit delivery. > + * The noop message will trigger delivery. Otherwise partition failures > * could cause unrecovered errors. > */ This is a properly structured comment. > + /* Don't indicate to the app to resend the message, as it's */ > + /* already been successfully sent. We simply send an OK */ > + /* (rather than fail the send with MQE_UNEXPECTED_CB_ERR), */ > + /* assuming that the other side is receiving enough */ > + /* interrupts to get this message processed anyway. */ This is not... Thanks, Ingo