Re: [PATCH 3/10] try parent numa_node at first before using default v2

From: Yinghai Lu
Date: Tue Jul 24 2007 - 13:32:49 EST


On 7/24/07, Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> wrote:
On 7/23/2007 10:23 PM, Yinghai Lu wrote:
> this one already in -mm, but it needs [PATCH 1/10]
>
> [PATCH 3/10] try parent numa_node at first before using default v2
[...]
> this patch is using second method.
[...]

Could you shorten the patch description?

Don't describe what your patch _does not_ do. Don't even describe _how_
your patch does what it does (unless it's obfuscated, but then that
would be a bad patch anyway).

Just describe _why_ it does something.
--

Please check it is OK.

[PATCH 3/10] try parent numa_node at first before using default v2

in the device_add, we try to use use parent numa_node.
need to make sure pci root bus's bridge device numa_node is set.
then we could use device->numa_node direclty for all device.
and don't need to call pcibus_to_node().

Signed-off-by: Yinghai Lu <yinghai.lu@xxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/