2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-04 16:25:17 +00:00

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.
This commit is contained in:
Justin Pettit
2010-11-04 01:59:57 -07:00
parent b93e69830a
commit 59348dba2c

View File

@@ -197,10 +197,10 @@ during a port:
network devices, using Linux kernel calls. It may be a good network devices, using Linux kernel calls. It may be a good
place to start for full-featured netdev implementations. place to start for full-featured netdev implementations.
* lib/netdev-gre.c and lib/netdev-patch.c are minimal * lib/netdev-vport.c provides support for "virtual ports"
implementations for "virtual ports" implemented by the Open implemented by the Open vSwitch datapath module for the Linux
vSwitch datapath module for the Linux kernel. They may serve as kernel. This may serve as a model for minimal netdev
a model for minimal netdev implementations. implementations.
Miscellaneous Notes Miscellaneous Notes
------------------- -------------------