mbox series

[0/4] tools: propagate bridge MTU to vif frontends

Message ID 20200730194858.28523-1-paul@xen.org (mailing list archive)
Headers show
Series tools: propagate bridge MTU to vif frontends | expand

Message

Paul Durrant July 30, 2020, 7:48 p.m. UTC
From: Paul Durrant <pdurrant@amazon.com>

This is long missing functionality

Paul Durrant (4):
  tools/hotplug: add remove_from_bridge() and improve debug output
  tools/hotplug: combine add/online and remove/offline in vif-bridge...
  public/io/netif: specify MTU override node
  tools/hotplug: modify set_mtu() to inform the frontend via xenstore

 tools/hotplug/Linux/vif-bridge            | 20 +++------
 tools/hotplug/Linux/xen-network-common.sh | 51 +++++++++++++++++++----
 xen/include/public/io/netif.h             | 12 ++++++
 3 files changed, 60 insertions(+), 23 deletions(-)