datapath: stt: Relax MTU constraints.
authorJoe Stringer <joe@ovn.org>
Sat, 13 Feb 2016 12:32:36 +0000 (04:32 -0800)
committerJoe Stringer <joe@ovn.org>
Fri, 19 Feb 2016 19:11:57 +0000 (11:11 -0800)
commit3a9341394c491d44c6bf1adc699ed92a21612929
tree425f2bd85c0b9cfc6b976306a11be4964a956729
parent917b3b453b787f5433f5b589ba49f2bbe9221cc9
datapath: stt: Relax MTU constraints.

Currently, even if the entire path supports jumbo frames, the STT netdev
limits the path MTU to 1500 bytes, and cannot be configured otherwise.
Relax the constraints on modifying the device MTU, and set it to the
maximum by default.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
datapath/linux/compat/stt.c