From: Justin Pettit Date: Thu, 4 Nov 2010 08:59:57 +0000 (-0700) Subject: PORTING: Update to describe netdev-vport.c X-Git-Tag: v1.1.0~934 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=59348dba2c4c8cc43a70b1c0265e536ef177c1ab PORTING: Update to describe netdev-vport.c The "lib/netdev-gre.c" and "lib/netdev-patch.c" files have been consolidated into "lib/netdev-vport.c". This change reflect that. --- diff --git a/PORTING b/PORTING index 922d6c85b..911761e6d 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 -------------------