Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-18 Thread Rafael J. Wysocki
On Thursday, June 18, 2015 01:24:01 PM Dan Williams wrote: > Rafael, does patch1 look ok to you? Mostly. acpi_map_pxm_to_online_node() needs a proper kerneldoc comment describing what it does. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-18 Thread Dan Williams
Rafael, does patch1 look ok to you? On Tue, Jun 9, 2015 at 4:10 PM, Toshi Kani wrote: > Since NVDIMMs are installed on memory slots, they expose the NUMA > topology of a platform. This patchset adds support of sysfs > 'numa_node' to I/O-related NVDIMM devices under /sys/bus/nd/devices. > This

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-18 Thread Rafael J. Wysocki
On Thursday, June 18, 2015 01:24:01 PM Dan Williams wrote: Rafael, does patch1 look ok to you? Mostly. acpi_map_pxm_to_online_node() needs a proper kerneldoc comment describing what it does. Thanks, Rafael -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-18 Thread Dan Williams
Rafael, does patch1 look ok to you? On Tue, Jun 9, 2015 at 4:10 PM, Toshi Kani toshi.k...@hp.com wrote: Since NVDIMMs are installed on memory slots, they expose the NUMA topology of a platform. This patchset adds support of sysfs 'numa_node' to I/O-related NVDIMM devices under

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-11 Thread Toshi Kani
On Thu, 2015-06-11 at 08:38 -0700, Dan Williams wrote: > On Tue, Jun 9, 2015 at 4:10 PM, Toshi Kani wrote: > > Since NVDIMMs are installed on memory slots, they expose the NUMA > > topology of a platform. This patchset adds support of sysfs > > 'numa_node' to I/O-related NVDIMM devices under

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-11 Thread Dan Williams
On Tue, Jun 9, 2015 at 4:10 PM, Toshi Kani wrote: > Since NVDIMMs are installed on memory slots, they expose the NUMA > topology of a platform. This patchset adds support of sysfs > 'numa_node' to I/O-related NVDIMM devices under /sys/bus/nd/devices. > This enables numactl(8) to accept 'block:'

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-11 Thread Dan Williams
On Tue, Jun 9, 2015 at 4:10 PM, Toshi Kani toshi.k...@hp.com wrote: Since NVDIMMs are installed on memory slots, they expose the NUMA topology of a platform. This patchset adds support of sysfs 'numa_node' to I/O-related NVDIMM devices under /sys/bus/nd/devices. This enables numactl(8) to

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-11 Thread Toshi Kani
On Thu, 2015-06-11 at 08:38 -0700, Dan Williams wrote: On Tue, Jun 9, 2015 at 4:10 PM, Toshi Kani toshi.k...@hp.com wrote: Since NVDIMMs are installed on memory slots, they expose the NUMA topology of a platform. This patchset adds support of sysfs 'numa_node' to I/O-related NVDIMM devices

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Jeff Moyer
Dan Williams writes: > On Wed, Jun 10, 2015 at 8:54 AM, Jeff Moyer wrote: >> Toshi Kani writes: >> >>> Since NVDIMMs are installed on memory slots, they expose the NUMA >>> topology of a platform. This patchset adds support of sysfs >>> 'numa_node' to I/O-related NVDIMM devices under

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Dan Williams
Cc: linux-nvdimm; Rafael J. Wysocki; linux-kernel@vger.kernel.org; Linux >> ACPI >> Subject: Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices >> >> On Wed, Jun 10, 2015 at 8:54 AM, Jeff Moyer wrote: >> > Toshi Kani writes: >> > >> >> Sinc

RE: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Elliott, Robert (Server Storage)
> -Original Message- > From: Linux-nvdimm [mailto:linux-nvdimm-boun...@lists.01.org] On Behalf Of > Dan Williams > Sent: Wednesday, June 10, 2015 9:58 AM > To: Jeff Moyer > Cc: linux-nvdimm; Rafael J. Wysocki; linux-kernel@vger.kernel.org; Linux > ACPI > Subject

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Toshi Kani
On Wed, 2015-06-10 at 08:57 -0700, Dan Williams wrote: > On Wed, Jun 10, 2015 at 8:54 AM, Jeff Moyer wrote: > > Toshi Kani writes: > > > >> Since NVDIMMs are installed on memory slots, they expose the NUMA > >> topology of a platform. This patchset adds support of sysfs > >> 'numa_node' to

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Dan Williams
On Wed, Jun 10, 2015 at 8:54 AM, Jeff Moyer wrote: > Toshi Kani writes: > >> Since NVDIMMs are installed on memory slots, they expose the NUMA >> topology of a platform. This patchset adds support of sysfs >> 'numa_node' to I/O-related NVDIMM devices under /sys/bus/nd/devices. >> This enables

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Jeff Moyer
Toshi Kani writes: > Since NVDIMMs are installed on memory slots, they expose the NUMA > topology of a platform. This patchset adds support of sysfs > 'numa_node' to I/O-related NVDIMM devices under /sys/bus/nd/devices. > This enables numactl(8) to accept 'block:' and 'file:' paths of > pmem

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Toshi Kani
On Wed, 2015-06-10 at 08:57 -0700, Dan Williams wrote: On Wed, Jun 10, 2015 at 8:54 AM, Jeff Moyer jmo...@redhat.com wrote: Toshi Kani toshi.k...@hp.com writes: Since NVDIMMs are installed on memory slots, they expose the NUMA topology of a platform. This patchset adds support of sysfs

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Jeff Moyer
Dan Williams dan.j.willi...@intel.com writes: On Wed, Jun 10, 2015 at 8:54 AM, Jeff Moyer jmo...@redhat.com wrote: Toshi Kani toshi.k...@hp.com writes: Since NVDIMMs are installed on memory slots, they expose the NUMA topology of a platform. This patchset adds support of sysfs 'numa_node'

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Dan Williams
On Wed, Jun 10, 2015 at 8:54 AM, Jeff Moyer jmo...@redhat.com wrote: Toshi Kani toshi.k...@hp.com writes: Since NVDIMMs are installed on memory slots, they expose the NUMA topology of a platform. This patchset adds support of sysfs 'numa_node' to I/O-related NVDIMM devices under

RE: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Elliott, Robert (Server Storage)
-Original Message- From: Linux-nvdimm [mailto:linux-nvdimm-boun...@lists.01.org] On Behalf Of Dan Williams Sent: Wednesday, June 10, 2015 9:58 AM To: Jeff Moyer Cc: linux-nvdimm; Rafael J. Wysocki; linux-kernel@vger.kernel.org; Linux ACPI Subject: Re: [PATCH v2 0/3] Add NUMA

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Dan Williams
; linux-kernel@vger.kernel.org; Linux ACPI Subject: Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices On Wed, Jun 10, 2015 at 8:54 AM, Jeff Moyer jmo...@redhat.com wrote: Toshi Kani toshi.k...@hp.com writes: Since NVDIMMs are installed on memory slots, they expose the NUMA topology

Re: [PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-10 Thread Jeff Moyer
Toshi Kani toshi.k...@hp.com writes: Since NVDIMMs are installed on memory slots, they expose the NUMA topology of a platform. This patchset adds support of sysfs 'numa_node' to I/O-related NVDIMM devices under /sys/bus/nd/devices. This enables numactl(8) to accept 'block:' and 'file:' paths

[PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-09 Thread Toshi Kani
Since NVDIMMs are installed on memory slots, they expose the NUMA topology of a platform. This patchset adds support of sysfs 'numa_node' to I/O-related NVDIMM devices under /sys/bus/nd/devices. This enables numactl(8) to accept 'block:' and 'file:' paths of pmem and btt devices as shown in the

[PATCH v2 0/3] Add NUMA support for NVDIMM devices

2015-06-09 Thread Toshi Kani
Since NVDIMMs are installed on memory slots, they expose the NUMA topology of a platform. This patchset adds support of sysfs 'numa_node' to I/O-related NVDIMM devices under /sys/bus/nd/devices. This enables numactl(8) to accept 'block:' and 'file:' paths of pmem and btt devices as shown in the