From: t_jeang Date: Tue, 6 Jan 2009 12:06:05 +0000 (+0000) Subject: imported patch bonding-default-slb.patch X-Git-Tag: bonding-balance-slb.patch X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=15c4f8ce9fda553bf92f809d3ff36480e81f0319;p=xenclient%2Fkernel.git imported patch bonding-default-slb.patch --- diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 3f6cc714..bdcb9654 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -146,7 +146,7 @@ static struct proc_dir_entry *bond_proc_dir = NULL; extern struct rw_semaphore bonding_rwsem; static u32 arp_target[BOND_MAX_ARP_TARGETS] = { 0, } ; static int arp_ip_count = 0; -static int bond_mode = BOND_MODE_ROUNDROBIN; +static int bond_mode = BOND_MODE_SLB; static int xmit_hashtype= BOND_XMIT_POLICY_LAYER2; static int lacp_fast = 0;