Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751900AbdFHJEq (ORCPT ); Thu, 8 Jun 2017 05:04:46 -0400 Received: from szxga03-in.huawei.com ([45.249.212.189]:7391 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751475AbdFHJEp (ORCPT ); Thu, 8 Jun 2017 05:04:45 -0400 Subject: Re: [PATCH v3 0/2] acpi/iort, numa: Add numa node mapping for smmuv3 devices To: Ganapatrao Kulkarni , , , , References: <1496897059-8272-1-git-send-email-ganapatrao.kulkarni@cavium.com> CC: , , , , , , , , , , From: John Garry Message-ID: Date: Thu, 8 Jun 2017 10:04:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1496897059-8272-1-git-send-email-ganapatrao.kulkarni@cavium.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.177.86] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.5939131F.00A5,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: e6ce8bc34a06fa9c15c698c345a7beef Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 773 Lines: 26 On 08/06/2017 05:44, Ganapatrao Kulkarni wrote: > ARM IORT specification(rev. C) has added provision to define proximity > domain in SMMUv3 IORT table. Adding required code to parse Proximity > domain and set numa_node of smmv3 platform devices. > > v3: > - Addressed Lorenzo Pieralisi comment. > > v2: > - Changed as per Lorenzo Pieralisi and Hanjun Guo suggestions. > > v1: > - Initial patch > > Ganapatrao Kulkarni (2): > acpica: iort: Update SMMUv3 header for proximity domain mapping > acpi/iort: numa: Add numa node mapping for smmuv3 devices > > drivers/acpi/arm64/iort.c | 28 ++++++++++++++++++++++++++-- > include/acpi/actbl2.h | 4 ++++ > 2 files changed, 30 insertions(+), 2 deletions(-) > We'll try and test this in the next day or so. John