Received: by 2002:a05:6a10:1a4d:0:0:0:0 with SMTP id nk13csp2422583pxb; Thu, 3 Feb 2022 06:24:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJwskLadtOXq3zO3TC1VuFBiTAgwgMaT7uBYv9NBs5gycgI4e3F69CcsrC9Lmmjcw0pP7Ram X-Received: by 2002:a17:90a:94c2:: with SMTP id j2mr13930180pjw.63.1643898271524; Thu, 03 Feb 2022 06:24:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643898271; cv=none; d=google.com; s=arc-20160816; b=ahMnM93b11MBDyRmbqQDKIMW0r4y0wbofvby/hMCzNtYjmdDNBLg0n21BXecaUIoJT F+QO9sT3f5Yihh+kUqtOwu+iPorhqTiE7mBfTXzqN2ZJbRzwLW2X9ya8a7Yj4S9DtGaW Anla4jJM6AhfkktxVaTIZqcIHyubOJjypRRlPe5QeEgDVZ17944vQSsG8SGOXkqFekSl SODIy7kaD7VkZqPaPTehzwWD0aFf72c0X5F/Cs/oUzsDdt8gBw89ZHeZi2blhqwsM+yG tmUP7FWFYXPhQ+6N6nwXDBq/I9i95tNmmsEzvoccQXlNzHLD1b6ANr5F3vhuGjrEWOp2 fdTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=dkGysL7mdOOsGTYrISUWzqCFWQm07oe/aQAL5lil5iE=; b=Rg9nb9vjA1wOUtojjA1R5Plg+PY1Dp4jctbqcKaOznvJSYmbda+AQpnXp/cw1ZlaiZ INXwGmn8oxBO2uS8zLuT0/hGtNpgLXGb3OD2ZZKIsi2VYBacfRH9o0K5SEfK8pfr+1nN I41lx4Fg6lwrmNOgwvQpW42iBNckPo2XwlP32mfnP6OETteYb/iNFolV8e5UGiDJxnqv prbYHnE5oSr773pIem+Nh9oBnwylJ9IUelL9nGfrkq8T/ioNjDrnwJmhgUQR21rP9bnp 80IOJOrl8OX+VDOm+sjfdGiTCaq4xtanUOYoDKY8EqgxZYxndO4XibGhIs41lSSWRBYB dC7g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id v11si20531681plz.366.2022.02.03.06.24.18; Thu, 03 Feb 2022 06:24:31 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242639AbiBCK2y (ORCPT + 99 others); Thu, 3 Feb 2022 05:28:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231462AbiBCK2x (ORCPT ); Thu, 3 Feb 2022 05:28:53 -0500 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8A0A3C061714; Thu, 3 Feb 2022 02:28:53 -0800 (PST) Received: by angie.orcam.me.uk (Postfix, from userid 500) id DCAE592009C; Thu, 3 Feb 2022 11:28:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id D684B92009B; Thu, 3 Feb 2022 10:28:50 +0000 (GMT) Date: Thu, 3 Feb 2022 10:28:50 +0000 (GMT) From: "Maciej W. Rozycki" To: Thomas Gleixner cc: Nikolai Zhubr , Bjorn Helgaas , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Arnd Bergmann , Michal Necasek , x86@kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/4] x86/PCI: Improve $PIR and add $IRT PIRQ routing support In-Reply-To: <87sft1vano.ffs@tglx> Message-ID: References: <87sft1vano.ffs@tglx> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2 Feb 2022, Thomas Gleixner wrote: > > This is a new patch series made around a discrete patch submitted earlier > > on that has gone nowhere, which is now 1/4. That change handles $PIR > > PIRQ > > sorry for ignoring this due to stack overflow. I'll go over it later > today. Great, thanks! Maciej