Set MTU in userspace rather than kernel.
authorJustin Pettit <jpettit@nicira.com>
Tue, 13 Sep 2011 05:13:30 +0000 (22:13 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 15 Sep 2011 23:27:15 +0000 (16:27 -0700)
commit9197df76b46ff6fbe1f7a522961730ffc55a860d
tree402b36b11221efbcebef6785db1fb358de483af9
parenta89721b529d83aac3a09d5027a01756771c78187
Set MTU in userspace rather than kernel.

Currently the kernel automatically sets the MTU of any internal
interfaces to the minimum of all attached interfaces because the Linux
bridge does this.  Userspace can do this with more knowledge and
flexibility.

Feature #7323

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
datapath/datapath.h
datapath/dp_notify.c
datapath/vport-internal_dev.c
datapath/vport-netdev.c
datapath/vport-netdev.h
datapath/vport.c
datapath/vport.h
ofproto/ofproto-provider.h
ofproto/ofproto.c