libvirt/src/bhyve
Laine Stump dd8ac030fb util: add MTU arg to virNetDevTapCreateInBridgePort()
virNetDevTapCreateInBridgePort() has always set the new tap device to
the current MTU of the bridge it's being attached to. There is one
case where we will want to set the new tap device to a different
(usually larger) MTU - if that's done with the very first device added
to the bridge, the bridge's MTU will be set to the device's MTU. This
patch allows for that possibility by adding "int mtu" to the arg list
for virNetDevTapCreateInBridgePort(), but all callers are sending -1,
so it doesn't yet have any effect.

Since the requested MTU isn't necessarily what is used in the end (for
example, if there is no MTU requested, the tap device will be set to
the current MTU of the bridge), and the hypervisor may want to know
the actual MTU used, we also return the actual MTU to the caller (if
actualMTU is non-NULL).
2017-02-07 13:45:08 -05:00
..
bhyve_capabilities.c bhyve: detect 32 SATA devices per controller support 2017-01-30 20:48:42 +04:00
bhyve_capabilities.h bhyve: detect 32 SATA devices per controller support 2017-01-30 20:48:42 +04:00
bhyve_command.c util: add MTU arg to virNetDevTapCreateInBridgePort() 2017-02-07 13:45:08 -05:00
bhyve_command.h
bhyve_device.c bhyve: fix virtio disk addresses 2017-02-07 19:17:58 +04:00
bhyve_device.h
bhyve_domain.c bhyve: fix SATA address allocation 2017-01-30 20:48:42 +04:00
bhyve_domain.h bhyve: add virBhyveDriverCreateXMLConf 2017-01-30 20:48:42 +04:00
bhyve_driver.c bhyve: add virBhyveDriverCreateXMLConf 2017-01-30 20:48:42 +04:00
bhyve_driver.h
bhyve_monitor.c
bhyve_monitor.h
bhyve_parse_command.c bhyve: fix interface type handling for argv2xml 2017-01-19 20:19:44 +04:00
bhyve_parse_command.h bhyve: implement virConnectDomainXMLFromNative 2016-07-10 15:40:10 -04:00
bhyve_process.c virDomainNetGetActualType: Return type is virDomainNetType 2016-10-14 10:15:51 +08:00
bhyve_process.h bhyve: implement domainShutdown 2016-05-05 08:04:01 +03:00
bhyve_utils.h