From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26924 invoked by alias); 7 Dec 2009 13:41:17 -0000 Received: (qmail 26914 invoked by uid 22791); 7 Dec 2009 13:41:17 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_20,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mail04.solnet.ch (HELO mail04.solnet.ch) (212.101.4.138) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Dec 2009 13:41:10 +0000 Received: from mail04.solnet.ch ([127.0.0.1]) by localhost (mail04.solnet.ch [127.0.0.1]) (SolNet-Check, port 10024) with LMTP id 1ikyML4UEsez; Mon, 7 Dec 2009 13:41:07 +0000 (UTC) Received: from beta.intefo.ch (static-212-101-18-64.adsl.solnet.ch [212.101.18.64]) by mail04.solnet.ch (Postfix) with ESMTP id 99CC287402; Mon, 7 Dec 2009 13:41:07 +0000 (UTC) Received: from beta.intefo.ch ([127.0.0.1]) by localhost (beta.intefo.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id oft0+61V9fia; Mon, 7 Dec 2009 14:40:56 +0100 (CET) Received: from [192.168.1.20] (simon.intefo.ch [192.168.1.20]) by beta.intefo.ch (Postfix) with ESMTP id 0D51C77027F; Mon, 7 Dec 2009 14:40:56 +0100 (CET) Message-ID: <4B1D05F5.8030901@intefo.ch> Date: Mon, 07 Dec 2009 13:41:00 -0000 From: Simon Kallweit User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: John Dallaway CC: ecos-devel@ecos.sourceware.org Subject: Re: lwip 1.3.1 testing References: <4A8E48C2.10802@intefo.ch> <20090821184336.GA24882@ubuntu.local> <20090824201853.GA10163@ubuntu.local> <4A938008.70909@intefo.ch> <4A939599.8040703@intefo.ch> <4AE480E7.2010803@dallaway.org.uk> <4AE59D93.30000@intefo.ch> <4AE5A9FB.8020801@dallaway.org.uk> <4AE5B235.3050905@intefo.ch> <4AE5D8B7.9070809@dallaway.org.uk> <4AE6F04B.3060505@intefo.ch> <4B066E2F.50106@dallaway.org.uk> In-Reply-To: <4B066E2F.50106@dallaway.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-12/txt/msg00000.txt.bz2 John Dallaway wrote: > Hi Simon > > Simon Kallweit wrote: > >>>>> One minor point: It would be very useful for the stack to report its >>>>> own IP address on the diagnostic channel. >>>> I'll try to implement this. I guess you're mainly talking about DHCP IPs >>>> right? >>> Yes, although it might sometimes also be helpful to confirm a static IP >>> address. >> I have implemented reporting of the netif configuration for both static >> configuration and DHCP on the interfaces loopif, slipif and eth. This is >> configurable by CYGFUN_LWIP_SHOW_NETIF_CONFIG which is now enabled by >> default. > > Excellent. I would like to push through with final review and get your > lwIP port checked in to CVS, replacing the existing lwIP 1.1.1 port. Is > lwip-20091027.tar.gz still current or do you have further changes? > Should I be comparing your package with the upstream lwIP 1.3.1 sources > or is it now closer to lwIP 1.3.2 RC1? Sorry for the late answer, I have been on holidays. I think we should wait a few days for the lwIP 1.3.2 release. I'll merge the changes and do a few tests so we have a good initial version for a CVS checkin. It seems that some work has been done on the PPP code as well. I'll see how it fits with my current port. Simon