This is not a true statement since 2.0 that added handler threads and other multi-threaded infrastructure.
Signed-off-by: Ilya Maximets <[email protected]> --- vswitchd/vswitch.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index b7a5afc0a..7a4bb85db 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -960,17 +960,11 @@ <column name="statistics" key="cpu" type='{"type": "integer", "minInteger": 1}'> - <p> - Number of CPU processors, threads, or cores currently online and - available to the operating system on which Open vSwitch is running, - as an integer. This may be less than the number installed, if some - are not online or if they are not available to the operating - system. - </p> - <p> - Open vSwitch userspace processes are not multithreaded, but the - Linux kernel-based datapath is. - </p> + Number of CPU processors, threads, or cores currently online and + available to the operating system on which Open vSwitch is running, + as an integer. This may be less than the number installed, if some + are not online or if they are not available to the operating + system. </column> <column name="statistics" key="load_average"> -- 2.53.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
