datapath: Increase default MTU on patch ports
authorJustin Pettit <jpettit@nicira.com>
Tue, 14 Sep 2010 15:36:55 +0000 (08:36 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 14 Sep 2010 20:29:48 +0000 (13:29 -0700)
commitfd2a9392411147654dad43f93741a1aa634187b5
tree64f33dfecd3e598947da9e72ed36f34790e0e4de
parenta44be3f0cf616166f550ba65769766a577b4eaf5
datapath: Increase default MTU on patch ports

The default MTU on patch ports was 1500, which would cause jumbo frames
to get dropped between the ends of the patch.  It also dropped the MTU
of attached bridges to no more that 1500 bytes.  This patch increases
the default MTU to 65535.  Long term, we should eliminate MTU on patch
ports entirely.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
datapath/vport-patch.c