From owner-freebsd-net@FreeBSD.ORG Thu Jan 28 12:23:49 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 542C31065676 for ; Thu, 28 Jan 2010 12:23:49 +0000 (UTC) (envelope-from balajig81@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8E18FC13 for ; Thu, 28 Jan 2010 12:23:48 +0000 (UTC) Received: by pwi15 with SMTP id 15so459608pwi.3 for ; Thu, 28 Jan 2010 04:23:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=a8IqoN2UgMTo3WZjxNChzzUhNvAvYgo05CNyTHzCg1g=; b=h0h18/fMDeyhCg2wOElrSnUU/BSIHh5X9s2K0Ts3SsGr8V/kxioD1zb2stL5oEuvtt g8iXwiD7hSMDaaxDF7QJ+ZXlHdtarvqMIOOta71kUesfUS5nGtzcGulQdgzUR7CMpMcY IWz9yGB8En17AN0Tjh7D4xXxbRc2YDIAqQRSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tqW3HrwWAbhS33qiMCa/4GImk/UTVGNugmu86N+r0rPZ50NuSWUG7fc8UwOwFodsXS cn+gYlLh37EE5gKUKHt+IQOEfEUv3VRWdSX0giDAhtbrHmCrrGJV9RQluPwPg/o6yX6L swLThc1p6hg80B1MDOWdxcabgW38pL380gXbc= MIME-Version: 1.0 Received: by 10.142.120.26 with SMTP id s26mr1244369wfc.157.1264679776998; Thu, 28 Jan 2010 03:56:16 -0800 (PST) Date: Thu, 28 Jan 2010 17:26:16 +0530 Message-ID: <6dd1343e1001280356u77e4d1f3wfe668da2970e62e7@mail.gmail.com> From: Balaji G To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: ECMP support in FreeBSD 7.2 and 8.0 + X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2010 12:23:49 -0000 Hi Everybody I would like to know whether ECMP feature is supported in FreeBSD 7.2. I was able to infer that ECMP is supported in FreeBSD 8.0 because i was able to look into the SVN checkin logs and also found out that in FreeBSD 8.0 the ECMP code was wrapped under RADIX_MPATH macro. I was not able to get any results when i did a search for RADIX_MPATH in 7.2. I would like to know whether ECMP code exists in 7.2 and whether it provides the same functionality as given in FreeBSD 8.0 Thanks for your time. Cheers, - Balaji