dpif-netdev: Remove max_mtu tracking.
authorBen Pfaff <blp@nicira.com>
Mon, 23 Dec 2013 23:46:22 +0000 (15:46 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Jan 2014 01:11:14 +0000 (17:11 -0800)
commit5c8d2fcad02cd65c21522ce348f32d5350df320b
tree3a942495594b792b102e74553c5fee225f35e385
parentff073a71f9bb763792d8b734978ca51b48979dbc
dpif-netdev: Remove max_mtu tracking.

Normally all the ports have the same mtu anyhow, so there is little
advantage in keeping track of the maximum mtu on a per-bridge basis.  In
upcoming commits, tracking mtu will require more locking and present
even less advantage (because the packet buffer will become per-thread, so
that reallocating once per thread becomes essentially a null cost).

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/dpif-netdev.c