PORTING: Update to describe netdev-vport.c
authorJustin Pettit <jpettit@nicira.com>
Thu, 4 Nov 2010 08:59:57 +0000 (01:59 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 4 Nov 2010 18:05:06 +0000 (11:05 -0700)
The "lib/netdev-gre.c" and "lib/netdev-patch.c" files have been
consolidated into "lib/netdev-vport.c".  This change reflect that.

PORTING

diff --git a/PORTING b/PORTING
index 922d6c8..911761e 100644 (file)
--- 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
 -------------------