X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=PORTING;h=911761e6d57ccb2864c30f75240b9d777a14ae33;hb=5059eff3bdd5a8ddd5b9d0559b3d36f2b2ad2a7a;hp=922d6c85b8e5b3aafd1c3dc06147e4fae0452157;hpb=ce8876775477a359f3ae14b8cae0ef2212f1681b;p=openvswitch diff --git a/PORTING b/PORTING index 922d6c85..911761e6 100644 --- a/PORTING +++ b/PORTING @@ -197,10 +197,10 @@ during a port: network devices, using Linux kernel calls. It may be a good place to start for full-featured netdev implementations. - * lib/netdev-gre.c and lib/netdev-patch.c are minimal - implementations for "virtual ports" implemented by the Open - vSwitch datapath module for the Linux kernel. They may serve as - a model for minimal netdev implementations. + * lib/netdev-vport.c provides support for "virtual ports" + implemented by the Open vSwitch datapath module for the Linux + kernel. This may serve as a model for minimal netdev + implementations. Miscellaneous Notes -------------------