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 72851C433FE for ; Thu, 17 Nov 2022 15:01:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239701AbiKQPBH (ORCPT ); Thu, 17 Nov 2022 10:01:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234267AbiKQPBE (ORCPT ); Thu, 17 Nov 2022 10:01:04 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 97AB3CE0; Thu, 17 Nov 2022 07:01:01 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1668697259; 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=RP+U+feZlcZmrP3/IlXzJjEfrliAdXsJ/Be3VTH8hM4=; b=yIMYsx8Ax/ruYoEaGB1680I3hBo33RXitUEA7+OswjFiHPWiao11xXYIPjCJvTM2HCKaI2 RY7j8mOW2ncx+3XttulWIEsrwrOODQ+4ZsrTQ7ufRC5IwPXGED+cydt8Wi2iNcTejnW4BH GgGs/41wgb0SUGvNk1ONVVc/6kNv3J+M5NACfPeN5D0bLosXCcEsNYnxKhbFXYu51i3MbX qaNNPRCMV2c0+ex4tdvDIoqEOm9H/tQsBWcrDGUC7qT1PNY7IBJXiAQ8kQIyhguimgV2rR OgoiPXH4zFIqhCiB46/y6o8YQwdobX4ctsnN3sbopkL08t5BQv4ydmABvcHAdg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1668697259; 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=RP+U+feZlcZmrP3/IlXzJjEfrliAdXsJ/Be3VTH8hM4=; b=zD3n5LruqflYwcA/byHi6Sl3zDk32yjCX+vWdV3TVGvkIuIL5PtPucTyH45LuHX4K2xR9n HW/N/3UKH0gtg3DA== To: Jason Gunthorpe Cc: LKML , x86@kernel.org, Joerg Roedel , Will Deacon , linux-pci@vger.kernel.org, Bjorn Helgaas , Lorenzo Pieralisi , Marc Zyngier , Greg Kroah-Hartman , Dave Jiang , Alex Williamson , Kevin Tian , Dan Williams , Logan Gunthorpe , Ashok Raj , Jon Mason , Allen Hubbe , Michael Ellerman , Christophe Leroy , linuxppc-dev@lists.ozlabs.org, "Ahmed S. Darwish" , Reinette Chatre Subject: Re: [patch 39/39] x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORS In-Reply-To: References: <20221111120501.026511281@linutronix.de> <20221111122015.865042356@linutronix.de> Date: Thu, 17 Nov 2022 16:00:58 +0100 Message-ID: <87a64pmxqt.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jason, Bjorn, Ashok! On Wed, Nov 16 2022 at 14:05, Jason Gunthorpe wrote: > On Fri, Nov 11, 2022 at 02:55:17PM +0100, Thomas Gleixner wrote: >> Now that the PCI/MSI core code does early checking for multi-MSI support >> X86_IRQ_ALLOC_CONTIGUOUS_VECTORS is not required anymore. > >> Remove the flag and rely on MSI_FLAG_MULTI_PCI_MSI. > > Reviewed-by: Jason Gunthorpe Thanks for taking the time to go through this pile! tglx