OSDN Git Service

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)
commit178cd55f086629cf0bad9c66c793a7e2bcc3abb6
treee95771c345c08236fd912f1e2f5dae6a8fad39c9
parentd3fc0353f7c709a6a7fea340211eeb7bbc3e4c66
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]