Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1020991ybx; Thu, 31 Oct 2019 04:37:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqyQuDfGf/dZoxy/Os0Cm3blgeg4woMrSFKLomUrUg0q4ohNXMfL4a8Ibp3HibdYXeOf2CA0 X-Received: by 2002:aa7:cd59:: with SMTP id v25mr5471667edw.26.1572521861078; Thu, 31 Oct 2019 04:37:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572521861; cv=none; d=google.com; s=arc-20160816; b=MXBfNW/9X7RHHvzph4OqK6V/lC0PNURXqKmFGBiKDQIJfDsf2cpn6PXPFFXRk4bBBX SCRi04icoN6X6xZhz32b79LhMfJMmJZgUSYkdlAFY3s0dMAh7q6iKiE4ivpDlsFwm3IW UFgGH/2jz71wdN/Vz12VPmhqRkSMOHbARThg9/lq+wVJvLkXEHcbFrf/z5g9iEPDfz9g AjguaupzD+DsHvUdgYRzMvM0PpN3B0O5WSdoy/t10i33J696TGKFpM0+j4p+CCmDHfm4 WgrOhL63BFyussRqclVdyOLzp1apATGI3UFVku8bTafYHV4zgXOJikWYwOBf/FpOlEMv HiSw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=m0LzmuOvCY36RWzxctMPiiVb/JmEnR7dXw3OaW8a+mk=; b=eoNIpJj++9R5kubB9/JHpFopAMfqgI38Xbe+N8crpGRLuOI+d1pVME8iax0l9eZba8 Kxpu5/dXy6VgHmi2Ge7JmayIyeqnsiNQk2F9I8p7WozigvAdOTW1yoMYF2+P0JinTLle sigSW8BorKdKagtgGpSvZA7TIMyBgGbEqDV64GuV2fJlnyBsJm10Os0dNJGjVdcx/Jwm OOiuUXVyU5NsDUZZNC0sE9V6IlkmHFaOr8xcxS5AguXeSErHLZ5PTxFQIWdFtNEKsoLx k1if6bIsMxBy5bMBE+RI/fZVEX3zFFk7sadziimn0HMGVdkdMda3Knjnpaq5PJNvmifv lA3Q== 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 u24si4221877edl.447.2019.10.31.04.37.17; Thu, 31 Oct 2019 04:37:41 -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 S1726594AbfJaLeq (ORCPT + 99 others); Thu, 31 Oct 2019 07:34:46 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:55764 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726462AbfJaLeq (ORCPT ); Thu, 31 Oct 2019 07:34:46 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id E2EA3346CB27CE4E1EAC; Thu, 31 Oct 2019 19:34:42 +0800 (CST) Received: from [127.0.0.1] (10.173.222.27) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.439.0; Thu, 31 Oct 2019 19:34:33 +0800 Subject: Re: [PATCH v2 08/36] irqchip/gic-v3: Detect GICv4.1 supporting RVPEID To: Marc Zyngier , , CC: Eric Auger , James Morse , Julien Thierry , Suzuki K Poulose , Thomas Gleixner , Jason Cooper , Lorenzo Pieralisi , "Andrew Murray" , Jayachandran C , "Robert Richter" References: <20191027144234.8395-1-maz@kernel.org> <20191027144234.8395-9-maz@kernel.org> From: Zenghui Yu Message-ID: <5ab1a656-f92d-a32b-8c6a-09397eac9067@huawei.com> Date: Thu, 31 Oct 2019 19:34:32 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <20191027144234.8395-9-maz@kernel.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.173.222.27] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Marc, On 2019/10/27 22:42, Marc Zyngier wrote: > GICv4.1 supports the RVPEID ("Residency per vPE ID"), which allows for > a much efficient way of making virtual CPUs resident (to allow direct > injection of interrupts). > > The functionnality needs to be discovered on each and every redistributor > in the system, and disabled if the settings are inconsistent. > > Signed-off-by: Marc Zyngier Reviewed-by: Zenghui Yu