Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp4137364ybe; Mon, 16 Sep 2019 07:18:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqyL4ylTUtIumqBPnqVq9dzH+TpnZuObkRNvjAAjoelw/MbcFphDyaXiKZs7U8gMh2Om+AuE X-Received: by 2002:a17:906:7c55:: with SMTP id g21mr204443ejp.177.1568643509774; Mon, 16 Sep 2019 07:18:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568643509; cv=none; d=google.com; s=arc-20160816; b=NFbxzCezvJ6QTmvbW0DAZpNwCMEI5UkPwFWftsgRihB+7EPKu29FxjXh5EHrCaWquA Wk3PrCC0zcWCa6WJyfKJzhei7mh/ThXkm+2qYp9vMx63oVzflI5mZPnGksGsHen0Mn6L ca8vEKXPx2mPcUzbo8YaZvIKqjjIWAOWZNQaZqHMqjLdFJiTXih+vHNW/i+kuUm4QJ1K STd8OhpqpmFCEexdB2UBW7NTlIbgDj2TI6dtIctQwomBBWTNfqSHAuvje8obfb/tT8H/ RTNi7BIAAdXMMxva54wttwKC9iIH8KhLnInxkvz4+mZgJash4ilk3T9r2eSNz5NzorHs TuwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=XG3WrvWfwzOXDpUSSfBjGEZhRZQsWTPL6M+ylDXAMpo=; b=O4NPCRvh6vamcKs5jWab7DERFpii2VW/Yed95bve1R0z0p5x1vAfikTZRRiqtBeVjl Xjep6ECx+h0rpIUC3jiIoi2nrr4AhDut2kRmycioLLSXpAYsrUvS+UJ92DT6hAVBzwyD Igbtpw0zQ25AKym6ILSBpCKmD5eZaQmieFiPUBQx/pNg+9McJGaRKQml4Z9VdXiuMsCX nVhXVQKhHKEgaNmuYC74KLAU5K+fiGt4qCZhqAbUQfBc6aF+4HSiwTCK2TLvaOTU/N/6 1ECAmQ00DJKOELBz5z8h6va/NLVLAUttMJX87vvwSWZrypw747FGJ8/hLi/Pd1CILseA KRvg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 53si22430804edz.275.2019.09.16.07.18.05; Mon, 16 Sep 2019 07:18:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388490AbfIPOQP (ORCPT + 99 others); Mon, 16 Sep 2019 10:16:15 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:39366 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727989AbfIPOQO (ORCPT ); Mon, 16 Sep 2019 10:16:14 -0400 Received: from [5.158.153.52] (helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1i9rnX-0008P1-Su; Mon, 16 Sep 2019 16:16:12 +0200 Date: Mon, 16 Sep 2019 16:16:11 +0200 (CEST) From: Thomas Gleixner To: Alex Williamson cc: Ben Luo , linux-kernel@vger.kernel.org, tao.ma@linux.alibaba.com, gerry@linux.alibaba.com, nanhai.zou@linux.alibaba.com Subject: Re: [PATCH v6 0/3] genirq/vfio: Introduce irq_update_devid() and optimize VFIO irq ops In-Reply-To: <20190913114452.5e05d8c4@x1.home> Message-ID: References: <20190913114452.5e05d8c4@x1.home> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 13 Sep 2019, Alex Williamson wrote: > On Tue, 10 Sep 2019 14:30:16 +0800 > Ben Luo wrote: > > > A friendly reminder. > > The vfio patch looks ok to me. Thomas, do you have further comments or > a preference on how to merge these? I'd tend to prefer the vfio > changes through my branch for testing and can pull the irq changes with > your approval, but we could do the reverse or split them and I could > follow with the vfio change once the irq changes are in mainline. I can provide you a branch, once I looked again at that stuff. It's somewhere in that huge conference induced backlog. Thanks, tglx