summaryrefslogtreecommitdiff
path: root/lib/ovs-numa.c
Commit message (Expand)AuthorAgeFilesLines
* handlers: Fix handlers mapping.Michael Santana2022-08-151-0/+29
* ovs-numa: Support non-contiguous numa nodes and offline CPU cores.David Wilder2021-07-071-17/+34
* ovs-numa: Add dump based thread affinity functions.Ilya Maximets2019-09-061-5/+67
* ovs-numa: Prevent shadowing 'dummy_config'.Justin Pettit2018-02-281-24/+10
* ovs-numa: Remove unused functions.Daniele Di Proietto2017-01-151-175/+0
* ovs-numa: Add per numa and global counts in dump.Daniele Di Proietto2017-01-151-34/+62
* ovs-numa: Don't use hmap_first_with_hash().Daniele Di Proietto2017-01-151-12/+14
* ovs-numa: Add new dump types.Daniele Di Proietto2017-01-151-0/+76
* ovs-numa: New ovs_numa_dump_contains_core() function.Daniele Di Proietto2017-01-151-3/+22
* ovs-numa: Allow leading 0x on pmd-cpu-mask.billyom2016-12-021-2/+9
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ovs-numa: Fix a compilation errorYAMAMOTO Takashi2016-06-091-1/+1
* vswitchd: Add --dummy-numa command line option.Daniele Di Proietto2016-06-071-27/+147
* ovs-numa: Introduce function to set current thread affinity.Daniele Di Proietto2016-06-071-0/+20
* ovs-numa: Remove non-linux stubs.Daniele Di Proietto2016-06-071-9/+14
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-6/+6
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* ovs-numa: Fix cpu discovering if CONFIG_NUMA disabled.Ilya Maximets2016-02-051-10/+26
* ovs-numa: Change 'core_id' to unsigned.Daniele Di Proietto2015-05-221-10/+10
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-3/+2
* ovs-numa: Refine the module.Alex Wang2014-12-301-33/+97
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* ovs-numa: Add support for cpu-mask configuration.Alex Wang2014-09-191-14/+79
* ovs-numa: Fix a missing initialization.Alex Wang2014-09-081-0/+1
* ovs-numa: Add module description.Alex Wang2014-09-051-0/+18
* ovs-numa: Add function for getting numa node id from core id.Alex Wang2014-09-051-0/+17
* ovs-numa: Relax the ovs_numa_*() input argument check.Alex Wang2014-09-051-38/+39
* ovs-numa: Replace name 'cpu_socket' with 'numa_node'.Alex Wang2014-09-051-69/+69
* ovs-numa: Correct printf format specifiers.Ben Pfaff2014-08-131-2/+2
* ovs-numa: Add ovs-numa.{c,h} for extracting and storing cpuAlex Wang2014-08-131-0/+289