Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ieee1394: first minimal NUMA awareness

Association of a host device with a node on NUMA machines optimizes
allocations of skbs given from the networking stack to eth1394.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

+1
+1
drivers/ieee1394/hosts.c
··· 154 154 155 155 memcpy(&h->device, &nodemgr_dev_template_host, sizeof(h->device)); 156 156 h->device.parent = dev; 157 + set_dev_node(&h->device, dev_to_node(dev)); 157 158 snprintf(h->device.bus_id, BUS_ID_SIZE, "fw-host%d", h->id); 158 159 159 160 h->host_dev.parent = &h->device;