X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PORTING;h=6af9f51d1dc3714c0c12366c4598942a65b57ed4;hb=fa066f015f716c74315fed1a08912d003dfe3f8c;hp=911761e6d57ccb2864c30f75240b9d777a14ae33;hpb=1fa24dea754741732caa2ec2d04b365656d71962;p=sliver-openvswitch.git diff --git a/PORTING b/PORTING index 911761e6d..6af9f51d1 100644 --- a/PORTING +++ b/PORTING @@ -7,6 +7,22 @@ are most likely to be necessary in porting OVS to Unix-like platforms. (Porting OVS to other kinds of platforms is likely to be more difficult.) +Vocabulary +---------- + +For historical reasons, different words are used for essentially the +same concept in different areas of the Open vSwitch source tree. Here +is a concordance, indexed by the area of the source tree: + + datapath/ vport --- + vswitchd/ iface port + ofproto/ port bundle + lib/bond.c slave bond + lib/lacp.c slave lacp + lib/netdev.c netdev --- + database Interface Port + + Open vSwitch Architectural Overview -----------------------------------