vswitchd: Add --dummy-numa command line option.
authorDaniele Di Proietto <diproiettod@vmware.com>
Tue, 7 Jun 2016 00:05:49 +0000 (17:05 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 7 Jun 2016 18:18:08 +0000 (11:18 -0700)
commitb4e28b7f981fb673d59320348e05983af3dfd7b7
treea4b5d99b93eb84ef4d4d7826f118ac6593fe2997
parentf8cf65022b75eeb376921d11ee455a4af5387e91
vswitchd: Add --dummy-numa command line option.

This option is used to initialize the ovs_numa module with a fake
configuration and to avoid pthread_setaffinity_np() calls.  It will be
useful to test dpif-netdev with pmd threads.

Since it is only used for testing it is not documented in the man pages.

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Ilya Maximets <i.maximets@samsung.com>
lib/ovs-numa.c
lib/ovs-numa.h
vswitchd/ovs-vswitchd.c