vport: Extract common functions for virtual devices.
authorJesse Gross <jesse@nicira.com>
Tue, 11 May 2010 00:40:22 +0000 (17:40 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 18 May 2010 19:55:42 +0000 (12:55 -0700)
commitb19e8815add8374089c8a90fd276ba65c151416a
tree1ef19df29121a142a45f56f1f160562ddf856b0c
parent488a9d1703a182529d53d80c7ab5a1b608a3600a
vport: Extract common functions for virtual devices.

Pull some generic implementations of vport functions out of the
GRE vport so they can be used by others.

Also move the code to set the MTUs of internal devices to the minimum
of attached devices to the generic vport_set_mtu layer.
datapath/Modules.mk
datapath/linux-2.6/.gitignore
datapath/vport-generic.c [new file with mode: 0644]
datapath/vport-generic.h [new file with mode: 0644]
datapath/vport-gre.c
datapath/vport-internal_dev.c
datapath/vport.c
datapath/vport.h