X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=PORTING;h=922d6c85b8e5b3aafd1c3dc06147e4fae0452157;hb=85da620e9788b473797b95212b916327974e6942;hp=c9c53693826dd37c0717b022c22cc69f744c082c;hpb=15c93f417f8dd87f1655448b7c4c59e3fb8b5aba;p=openvswitch diff --git a/PORTING b/PORTING index c9c53693..922d6c85 100644 --- a/PORTING +++ b/PORTING @@ -202,6 +202,16 @@ during a port: vSwitch datapath module for the Linux kernel. They may serve as a model for minimal netdev implementations. +Miscellaneous Notes +------------------- + +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 ---------