summaryrefslogtreecommitdiff
path: root/lib/ovs-numa.c
Commit message (Expand)AuthorAgeFilesLines
* 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