]> 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)
commit40f2a8485cb09e82f7f8367bd40600e9271f604b
treee95771c345c08236fd912f1e2f5dae6a8fad39c9
parentdff4d9d0198d3609e7b690c02b0ba11b300254c6
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]