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 3rrTv80PMtzDqyp for ; Fri, 15 Jul 2016 20:53:24 +1000 (AEST) In-Reply-To: <1468444634-1866-11-git-send-email-imunsie@au.ibm.com> To: Ian Munsie , Michael Neuling , Frederic Barrat , Andrew Donnellan , linuxppc-dev@lists.ozlabs.org, Huy Nguyen From: Michael Ellerman Cc: Ian Munsie Subject: Re: [10/15] cxl: Add preliminary workaround for CX4 interrupt limitation Message-Id: <3rrTv74PRsz9sCj@ozlabs.org> Date: Fri, 15 Jul 2016 20:53:23 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2016-13-07 at 21:17:09 UTC, Ian Munsie wrote: > From: Ian Munsie > > The Mellanox CX4 has a hardware limitation where only 4 bits of the > AFU interrupt number can be passed to the XSL when sending an interrupt, > limiting it to only 15 interrupts per context (AFU interrupt number 0 is > invalid). > > In order to overcome this, we will allocate additional contexts linked > to the default context as extra address space for the extra interrupts - > this will be implemented in the next patch. > > This patch adds the preliminary support to allow this, by way of adding > a linked list in the context structure that we use to keep track of the > contexts dedicated to interrupts, and an API to simultaneously iterate > over the related context structures, AFU interrupt numbers and hardware > interrupt numbers. The point of using a single API to iterate these is > to hide some of the details of the iteration from external code, and to > reduce the number of APIs that need to be exported via base.c to allow > built in code to call. > > Signed-off-by: Ian Munsie > Reviewed-by: Frederic Barrat > Reviewed-by: Andrew Donnellan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/cbce0917e2e47d4bf5aa3b5fd6 cheers