]> git.baikalelectronics.ru Git - kernel.git/commit
tools: hv: Add a script to help bonding synthetic and VF NICs
authorHaiyang Zhang <haiyangz@microsoft.com>
Tue, 12 Jul 2016 00:06:42 +0000 (17:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jul 2016 17:41:53 +0000 (10:41 -0700)
commit302bf74d712bc1b96a30a44b44a9acecf1a4dc5a
treee95771c345c08236fd912f1e2f5dae6a8fad39c9
parentcd7c993ab2f394b4a08807841a74359706945332
tools: hv: Add a script to help bonding synthetic and VF NICs

This script helps to create bonding network devices based on synthetic NIC
(the virtual network adapter usually provided by Hyper-V) and the matching
VF NIC (SRIOV virtual function). So the synthetic NIC and VF NIC can
function as one network device, and fail over to the synthetic NIC if VF is
down.

Mayjor distros (RHEL, Ubuntu, SLES) supported by Hyper-V are supported by
this script.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/hv/bondvf.sh [new file with mode: 0755]