]> git.proxmox.com Git - mirror_ovs.git/commit
vswitchd: Introduce 'mtu_request' column in Interface.
authorDaniele Di Proietto <diproiettod@vmware.com>
Tue, 9 Aug 2016 16:01:15 +0000 (17:01 +0100)
committerDaniele Di Proietto <diproiettod@vmware.com>
Sat, 13 Aug 2016 02:32:12 +0000 (19:32 -0700)
commit56abcf497b5615d2c30f62bec5af81a38145ecbc
tree058f5f5685ebf8ee24905178a39b8da20f87fc89
parentad44446da2485269fc49292dfe858424238bb48d
vswitchd: Introduce 'mtu_request' column in Interface.

The 'mtu_request' column can be used to set the MTU of a specific
interface.

This column is useful because it will allow changing the MTU of DPDK
devices (implemented in a future commit), which are not accessible
outside the ovs-vswitchd process, but it can be used for kernel
interfaces as well.

The current implementation of set_mtu() in netdev-dpdk is removed
because it's broken.  It will be reintroduced by a subsequent commit on
this series.

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Ilya Maximets <i.maximets@samsung.com>
NEWS
lib/netdev-dpdk.c
vswitchd/bridge.c
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml