Re: [PATCHv6 00/10] Heterogenous memory node attributes

2019-02-20 Thread Keith Busch
On Thu, Feb 14, 2019 at 10:10:07AM -0700, Keith Busch wrote: > Platforms may provide multiple types of cpu attached system memory. The > memory ranges for each type may have different characteristics that > applications may wish to know about when considering what node they want > their memory

Re: [PATCHv6 00/10] Heterogenous memory node attributes

2019-02-19 Thread Keith Busch
On Mon, Feb 18, 2019 at 03:25:31PM +0100, Brice Goglin wrote: > Le 14/02/2019 à 18:10, Keith Busch a écrit : > > Determining the cpu and memory node local relationships is quite > > different this time (PATCH 7/10). The local relationship to a memory > > target will be either *only* the node

Re: [PATCHv6 00/10] Heterogenous memory node attributes

2019-02-18 Thread Brice Goglin
Le 14/02/2019 à 18:10, Keith Busch a écrit : > == Changes since v5 == > > Updated HMAT parsing to account for the recently released ACPI 6.3 > changes. > > HMAT attribute calculation overflow checks. > > Fixed memory leak if HMAT parse fails. > > Minor change to the patch order. All

[PATCHv6 00/10] Heterogenous memory node attributes

2019-02-14 Thread Keith Busch
== Changes since v5 == Updated HMAT parsing to account for the recently released ACPI 6.3 changes. HMAT attribute calculation overflow checks. Fixed memory leak if HMAT parse fails. Minor change to the patch order. All the base node attributes occur before HMAT usage for these new