[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 7/9] xen/x86: use paddr_t for addresses in NUMA node structure


  • To: Wei Chen <wei.chen@xxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Wed, 18 May 2022 15:13:12 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=2yJS8IWcSVkk5NgcsZ3It4BivFPZc+QsJI8JiY6QOcw=; b=P4qKHZ9ELpC8Qd2RFJluDE0iNp+YEYVHJO9/NRdIBzQodPd1sn00VvxBu7DWFe+hVep7YwhNzAK+ZPJrtuGz8RmQpeFpXEA/6Lb+HRDVAVpl/fi5/WXuisnFtG2N/My5Pca7f2U1Z84SyrCRTHjpjna1j9CuwKaa+jlo+jj1O1kizR5BhJdTgNiw+TB4uUKu0DUCmtqNpn8higmqt3+gEpb+mZcCU5xAMPVdwnAxf91rQx5tSyVSndquykE9Te/TRbaeGWFWozpO3M8g82I055JcLHJjlr/px2h0w9IFb/jjEFJLZS7NGLq1pj9ngbt9r083+RbuMNYuwcQuZmmLUA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PAGt9aHPh3w4JLDknew2uQkPoim1Seh9F7KOo+vidO1mC9z1+QbPQJP3MEILaKTbq9NOamnKUGBTNtH87S1CrcPF1mGYn/8sCdzbPxn7Pjsmk8nLBZWi/8xqALiXQX48NbK/pXfrNRn/KzBm6SXawe3Y1C/Q4CX7ejcRQ8BkLvstd8AT3SuoBPP+vOR/FmEulLm2lYAy/YfXSP46F8NWQhao+m07tcuDU66nDdXSEeKD0XbO7QTAUvV5sTuyTuF8jSFow1e8d+QmScqaFrK/ngDWMlgP/ORSyVJzoUiReWK67LfWMo+R9xrSS/0YqjoC1w1QE/xkkfKmW6IgDFGtSg==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: nd@xxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Jiamei Xie <jiamei.xie@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Wed, 18 May 2022 13:13:22 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 11.05.2022 03:46, Wei Chen wrote:
> NUMA node structure "struct node" is using u64 as node memory
> range. In order to make other architectures can reuse this
> NUMA node relative code, we replace the u64 to paddr_t. And
> use pfn_to_paddr and paddr_to_pfn to replace explicit shift
> operations. The relate PRIx64 in print messages have been
> replaced by PRIpaddr at the same time. And some being-phased-out
> types like u64 in the lines we have touched also have been
> converted to uint64_t or unsigned long.
> 
> Tested-by: Jiamei Xie <jiamei.xie@xxxxxxx>
> Signed-off-by: Wei Chen <wei.chen@xxxxxxx>

Acked-by: Jan Beulich <jbeulich@xxxxxxxx>




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.