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:12:47 +0000 (11:12 -0800)
commit2d8c2dc603c11913fc0bb58861aa85df70db1838
treee6a844e01c01289158ff4ba9f0dd6385fa8e2acc
parent27e81473df0ee9f0c06db6c3bed5b8b09d3fa1b5
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