X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=PORTING;h=922d6c85b8e5b3aafd1c3dc06147e4fae0452157;hb=76ecc721793b29c8bae44b10a065ec9ac07a9e4b;hp=5f88c940a8b3b27a5ed6421bfaff8a538fbb3928;hpb=e251c8d0050acf8d3f35c91b6d2708fab5314ce7;p=openvswitch diff --git a/PORTING b/PORTING index 5f88c940..922d6c85 100644 --- 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 ---------