From owner-freebsd-net@FreeBSD.ORG Wed Feb 10 06:53:38 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 AF50A106566B; Wed, 10 Feb 2010 06:53:38 +0000 (UTC) (envelope-from balajig81@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3128FC0C; Wed, 10 Feb 2010 06:53:38 +0000 (UTC) Received: by pzk40 with SMTP id 40so9536013pzk.7 for ; Tue, 09 Feb 2010 22:53:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=l3sBrqK36oxp5ZhjBz6grHozFDCc2exgBYRopPZAmyo=; b=Yf7Q52IA82iPGBVGwmc3kC6fI85fPSo4aubw0hO3u7FzUw+mwiBLm5Boruuvn500rN V6mJIvQ5QJPVuIvA2b1acSHdCCdMtjAQYTpUVUdj2qeDKlpgS/Z6QCDQ8TSqM3bmnp14 QWIAboJBc6UIl0vdHcH6FtRiZ+5vcl4LxakPs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=tlfyP4+AfFTW1unQEZmnxxqPMFM9NCCvV8y+gxLcs675zuoUQN8h2wDE3XuQZIkx+C VPxZDL6Y3JnUiHPq/e27Zn5m/CzmtKJ/oM48EzxtLyHsot8qEvB53uK0Uaxvnzu8N+ZX yMciImrFYBIHZOwUnNx8+ExdSOBoglp4S4OVs= MIME-Version: 1.0 Received: by 10.142.55.10 with SMTP id d10mr3396777wfa.244.1265784818164; Tue, 09 Feb 2010 22:53:38 -0800 (PST) In-Reply-To: References: <6dd1343e1002080739m38f4deffr604c71e5036389a4@mail.gmail.com> Date: Wed, 10 Feb 2010 12:23:38 +0530 Message-ID: <6dd1343e1002092253j5b111d42m7c354ca372241dde@mail.gmail.com> From: Balaji G To: jhell Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:53:38 -0000 Hi Jhell > Delete keys get in the way some times ;) I am sorry i didn't understand your comment. Is it wrong or should i change something, please let me know so that i could create an other patch . PS: I had also sent an email to the list to take up some items mentioned in the Wiki Page under the networking section. It would be nice if by any chance you know who's the contact person :). for those activities. Thanks for your feedback and time :) Thanks, Cheers, - Balaji On Wed, Feb 10, 2010 at 12:11 PM, jhell wrote: > > 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 > >