X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=PORTING;h=5281d50cf0a37583ace4ea210da17984694d4625;hb=8ea6ac3ed262114148adf44a89c68fb36d132c29;hp=a6685d900fec23da16173949a558ab2fe3e645f4;hpb=7f1656751a2a34e5f52301b9efe1709080a2c603;p=openvswitch diff --git a/PORTING b/PORTING index a6685d90..5281d50c 100644 --- a/PORTING +++ b/PORTING @@ -245,11 +245,6 @@ ovs_be64 as fixed-width types in network byte order. Each of the latter is equivalent to the one of the former, but the difference in name makes the intended use obvious. -ovs-vswitchd is the most sophisticated of ofproto's clients, but -ofproto can have other clients as well. test-openflowd, in the -"tests" directory, is much simpler than ovs-vswitchd. It may be -easier to initially bring up test-openflowd as part of a port. - 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.