From owner-freebsd-net@FreeBSD.ORG Wed Feb 10 06:41:29 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 ADE50106566B for ; Wed, 10 Feb 2010 06:41:29 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id F24798FC08 for ; Wed, 10 Feb 2010 06:41:28 +0000 (UTC) Received: by gxk10 with SMTP id 10so592507gxk.3 for ; Tue, 09 Feb 2010 22:41:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:in-reply-to:message-id:references:user-agent :x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; bh=ewnQvmd0RTWTy1GAq0BoKSonIgJXkJeey67pqnhxD1s=; b=K1dQpHvGZcGBmr+4dFD1P9KDHqdM6WHT1zbWpIP0A0zK2b96qgwZDphXZD58C5/WOm npHnVmfOLTezwP9Meh9p2U80Ace3E6mbUep6oo/vKfm9DhEmhVTnRu0vhcksO0dO/oQt EWucBymlbjbZ7D12PfrgVBYliPKeqhTdJ2z8E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=SWeIhxZzFVkB/ajGfLj+o3DHOS8W+R+JOTZPcqia6YtNUkBHpp+vHvl7yaf3An527w yToDxr8UsWkyxQFGn21F767xda/wh2yxdBSIbuRVKn9RFGYBFva9GwaCHUWMrrykiF7+ muJeFAnzpfpJ5+OYcep3XUfkNnNnkO2xsjxmg= Received: by 10.151.29.10 with SMTP id g10mr1664642ybj.129.1265784088100; Tue, 09 Feb 2010 22:41:28 -0800 (PST) Received: from centel.dataix.local (ppp-21.239.dialinfree.com [209.172.21.239]) by mx.google.com with ESMTPS id 4sm350305ywi.9.2010.02.09.22.41.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Feb 2010 22:41:27 -0800 (PST) Sender: "J. Hellenthal" Date: Wed, 10 Feb 2010 01:41:02 -0500 From: jhell To: Balaji G In-Reply-To: <6dd1343e1002080739m38f4deffr604c71e5036389a4@mail.gmail.com> Message-ID: References: <6dd1343e1002080739m38f4deffr604c71e5036389a4@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: freebsd-net@freebsd.org, "Li, Qing" , Qing Li Subject: Re: [PATCH] net:: ECMP Phase 1 Fixes for FreeBSD 7.2 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: Wed, 10 Feb 2010 06:41:29 -0000 On Mon, 8 Feb 2010 10:39, balajig81@ wrote: > Hi Everybody > > Please find attached the patch files which contains the backported code for > ECMP for FreeBSD 7.2. I have back ported the code from 8.0. I have done some > basic testing with these patches rolled in. These are the phase 1 fixes and > i would continue to work on this and back port few other stuff too. It would > be great if someone could roll in this to 7.2, test it and give me their > valuable feedback. > > This is my first Patch for FreeBSD community and i am really excited about > this and look forward to it. > > Thanks for your time. > > Cheers, > - Balaji > In ecmp_patch1 you have, @@ -320,8 +320,9 @@ #endif extern int in6_inithead(void **head, int off); -extern int in_inithead(void **head, int off); +extern int in_inthead(void **head, int off); ?? Delete keys get in the way some times ;) -- jhell