From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24275 invoked by alias); 27 Aug 2009 07:17:59 -0000 Received: (qmail 24262 invoked by uid 22791); 27 Aug 2009 07:17:58 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail01.solnet.ch (HELO mail01.solnet.ch) (212.101.4.135) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Aug 2009 07:17:47 +0000 Received: from mail01.solnet.ch ([127.0.0.1]) by localhost (mail01.solnet.ch [127.0.0.1]) (SolNet-Check, port 10024) with LMTP id AH69lCGPha5o; Thu, 27 Aug 2009 07:17:43 +0000 (UTC) Received: from beta.intefo.ch (static-212-101-18-64.adsl.solnet.ch [212.101.18.64]) by mail01.solnet.ch (Postfix) with ESMTP id 266A04C8D8; Thu, 27 Aug 2009 07:17:42 +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 QYSYMV8S45Ay; Thu, 27 Aug 2009 09:17:35 +0200 (CEST) Received: from [192.168.1.20] (simon.intefo.ch [192.168.1.20]) by beta.intefo.ch (Postfix) with ESMTP id 65D557700F7; Thu, 27 Aug 2009 09:17:35 +0200 (CEST) Message-ID: <4A96333F.6080503@intefo.ch> Date: Thu, 27 Aug 2009 07:17:00 -0000 From: Simon Kallweit User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Sergei Gavrikov 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> <20090825120820.GA11701@ubuntu.local> <20090825203324.GA6140@ubuntu.local> <4A94D872.3000606@intefo.ch> <20090826204512.GA2940@ubuntu.local> In-Reply-To: <20090826204512.GA2940@ubuntu.local> 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-08/txt/msg00048.txt.bz2 Sergei Gavrikov wrote: > On Wed, Aug 26, 2009 at 08:38:42AM +0200, Simon Kallweit wrote: >> Sergei Gavrikov wrote: >>> On Tue, Aug 25, 2009 at 03:08:20PM +0300, Sergei Gavrikov wrote: >>>> On Tue, Aug 25, 2009 at 09:41:13AM +0200, Simon Kallweit wrote: >>>>> Hi >>>>> >>>>> I have done a new lwip test release with the following changes: >>>>> >>>>> * incorporated Sergei's patch (ctrl-c support) >>>>> * added an lwip_eth_simple and lwip_eth_sequential template >>>>> >>>>> The new test release can be downloaded from >>>>> http://download.westlicht.ch/lwip-20090825.tar.gz > > Hi > > Simon, ya 2 cents. I found that the eth_tread's stack size is redefined > in sequential.c:101. First, that stack size is defined in the package's > header via CDL option. It seems the redefinition in sequetial.c can be > quite removed, otherwise the CDL value (eth stack size) wont be applied. That was some left-over. The real define is ETH_THREAD_STACKSIZE not ETH_THREAD_STACK_SIZE. So it actually did not have any effect. Thanks for the hint! In the meantime I have successfully committed my SLIP polling support to the lwip CVS, so it will be included in 1.4. I have also updated my port with these now official changes and did some testing. The new release: http://download.westlicht.ch/lwip-20090827.tar.gz Now I need to sort out PPP. Simon