Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
irqbalance
set-numa-node.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File set-numa-node.patch of Package irqbalance
--- a/classify.c +++ b/classify.c @@ -669,6 +669,13 @@ static void build_one_dev_entry(const ch if (!new) continue; new->type = IRQ_TYPE_MSIX; + /* + * for MSI interrupt with affinity hint set, do + * notuse device's numa node, use affinity hint + * instead + */ + if (!cpus_empty(new->affinity_hint)) + new->numa_node = get_numa_node(-1); } } while (entry != NULL); closedir(msidir);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor