From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7227C352A1 for ; Thu, 24 Nov 2022 09:10:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229459AbiKXJKV (ORCPT ); Thu, 24 Nov 2022 04:10:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229590AbiKXJKH (ORCPT ); Thu, 24 Nov 2022 04:10:07 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1CD86B54EE; Thu, 24 Nov 2022 01:10:07 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1669281005; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JhcbIcud+oJyJ/Gocbu3yX3jIZNRzox919nTeMWqp9Y=; b=QPmRT5zGqOSBQEtAXlPEAodsiS/1hLuKlC68dNnLQ8xWTQjj67opPMdPxUlzDHljOzyDW3 utc1gJpmBqYBLcSDOfD5mNDHDguNuHBmKfxnqmvrMDN9rrejdcapdDc/x2U7ROcRymfBaK 27/Wv78/q6agAgvJqQw93hbUncLx6/gll/M9KAmmzyj28xFgyWtNt1JkpcAJEl/g/rPYc1 mSBHUmxJ3YkjNLNz9+7ca2Lg5TJhJxQIvmF3bkoZ2+qLxuaeCGEEHiwsp5GA/o39czbU7m IHCUjp2vo0ZxAC7LY2LpxjXaq6OZJyfU4J1mjdz+n1cVvJPxL2mHb0/gWq8ITA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1669281005; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JhcbIcud+oJyJ/Gocbu3yX3jIZNRzox919nTeMWqp9Y=; b=4YX+D2N3bAJ/77krC3MXdjlWcVu0D3Rulsp7tUDExKlsSChBCJsK+7bHetV5oMFQd4iwBz TDlyiVkIsHG+cJDA== To: "Tian, Kevin" , LKML Cc: "x86@kernel.org" , Joerg Roedel , Will Deacon , "linux-pci@vger.kernel.org" , Bjorn Helgaas , Lorenzo Pieralisi , Marc Zyngier , Greg Kroah-Hartman , Jason Gunthorpe , "Jiang, Dave" , Alex Williamson , "Williams, Dan J" , Logan Gunthorpe , "Raj, Ashok" , Jon Mason , Allen Hubbe Subject: RE: [patch V2 27/33] genirq/msi: Provide constants for PCI/IMS support In-Reply-To: References: <20221121083657.157152924@linutronix.de> <20221121091327.974140298@linutronix.de> Date: Thu, 24 Nov 2022 10:10:05 +0100 Message-ID: <87o7swd8gi.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 24 2022 at 03:01, Kevin Tian wrote: >> From: Thomas Gleixner >> @@ -15,6 +15,7 @@ struct device; >> */ >> enum msi_domain_ids { >> MSI_DEFAULT_DOMAIN, >> + MSI_SECONDARY_DOMAIN, >> MSI_MAX_DEVICE_IRQDOMAINS, > > SECONDARY or be explicit IMS? Are we envisioning non-IMS usages to > occupy this slot in the future? I'm not really decided on that. Whatever the name or use-case for a secondary domain is. Not, that this is not restricted to PCI. Thanks, tglx