ovs-vswitchd: Export system stats through Open_vSwitch table.
[openvswitch] / PORTING
diff --git a/PORTING b/PORTING
index 5f88c940a8b3b27a5ed6421bfaff8a538fbb3928..922d6c85b8e5b3aafd1c3dc06147e4fae0452157 100644 (file)
--- a/PORTING
+++ b/PORTING
@@ -209,6 +209,9 @@ lib/entropy.c assumes that it can obtain high-quality random number
 seeds at startup by reading from /dev/urandom.  You will need to
 modify it if this is not true on your platform.
 
+vswitchd/system-stats.c only knows how to obtain some statistics on
+Linux.  Optionally you may implement them for your platform as well.
+
 Questions
 ---------