Re: lwip 1.3.1 testing
Simon Kallweit <[email protected]>
| Newsgroups | gmane.os.ecos.devel |
|---|---|
| Message-ID | <[email protected]> |
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