datapath: Support jumbo frames in the datapath device
authorJustin Pettit <jpettit@nicira.com>
Sat, 1 Aug 2009 07:09:56 +0000 (00:09 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 3 Aug 2009 20:29:22 +0000 (13:29 -0700)
commit1dcf111b1cb66fe1f3ed2e45f66ab6f5659a6527
tree751b19650b9d108a8d432bc31350f1b6e9c607f6
parent110d69af04a250cc2560644edd65a27158fa45e3
datapath: Support jumbo frames in the datapath device

The datapath has no problems switching jumbo frames (frames with a payload
greater than 1500 bytes), but it has not supported sending and receiving
them to the device itself.  With this commit, the MTU can be set as large
as the minimum MTU size of the devices that are directly attached, or 1500
bytes if there are none.  This mimics the behavior of the Linux bridge.

Feature #1736
datapath/datapath.c
datapath/datapath.h
datapath/dp_dev.c