Re: [RFC 0/9] Updating lwip to 1.4.1

2013-06-27 Thread Will Wagner
This is now logged as bug http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001873 All the patches are attached. Please ffel free to test and give feedback. Thanks Will On 27/06/2013 20:26, Will Wagner wrote: Some of my patches are too big for the mailing list, guess I'll just log a b

Re: [RFC 0/9] Updating lwip to 1.4.1

2013-06-27 Thread Will Wagner
Some of my patches are too big for the mailing list, guess I'll just log a bug in bugzilla with the patches. Getting late now, will tackle tomorrow. On 27/06/2013 20:22, Will Wagner wrote: Hello, This patch series updates LWIP to 1.4.1. It seems to work well for us, but we have not ru

[RFC 9/9] * Ensure udp stats counter correct when dropped packets

2013-06-27 Thread Will Wagner
There is a code path when udp packets are dropped due to lack of buffers where the stats object is not correctly updated. Signed-off-by: Andrew Parlane Signed-off-by: Will Wagner --- packages/net/lwip_tcpip/current/src/api/api_msg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a

[RFC 8/9] * Fix LWIP compiler warnings

2013-06-27 Thread Will Wagner
Add some casts to prevent compiler warnings Signed-off-by: Andrew Parlane Signed-off-by: Will Wagner --- packages/net/lwip_tcpip/current/include/lwip/pbuf.h | 2 +- packages/net/lwip_tcpip/current/src/core/ipv4/igmp.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a

[RFC 6/9] * Improve lwip cdl options

2013-06-27 Thread Will Wagner
There are a number of lwip cdl options which are only valid if another option is selected. Add the relevant active_if statements to the cdl file. Signed-off-by: Andrew Parlane Signed-off-by: Will Wagner --- packages/net/lwip_tcpip/current/cdl/lwip_net.cdl | 16 1 file changed

[RFC 4/9] * Apply previous ecos modifications to lwip

2013-06-27 Thread Will Wagner
There had been a couple of changes to lwip source files, these changes need to be ported to the new version Signed-off-by: Andrew Parlane Signed-off-by: Will Wagner --- packages/net/lwip_tcpip/current/src/core/mem.c | 2 +- packages/net/lwip_tcpip/current/src/core/memp.c | 2 +- 2 files

[RFC 5/9] * Make changes to ecos wrapper code for lwip

2013-06-27 Thread Will Wagner
There were a number of lwip API changes in 1.4.1, this patch modifies the ecos wrapper around lwip so it works with new version Signed-off-by: Andrew Parlane Signed-off-by: Will Wagner --- .../enc424j600/current/tests/netconn_test_server.c | 7 +- packages/net/lwip_tcpip/current/cdl

[RFC 0/9] Updating lwip to 1.4.1

2013-06-27 Thread Will Wagner
on in lwip, just the ones we felt were needed. Summary of the patches: * Patches 1-5 update the lwip version * Patch 6 improves the cdl menu slightly * Patches 7 & 8 tidy up the code * Patch 9 fixes a bug in lwip (It was present in earlier version of lwip as well) Best regards Wi

Re: Updating lwip

2013-05-03 Thread Will Wagner
upstream release would be welcomed by many eCos users. On 01/05/13 19:37, Will Wagner wrote: Have started looking at the difference between upstream 1.3.2 and what is check in to ecos. There are quite a lot of differences, although most of them are trivial renaming. Does anyone know what change

Updating lwip

2013-05-01 Thread Will Wagner
were made to the lwip source and why. In particular lost of the ppp code has had functions and variables renamed. Any pointers for the porting process much appreciated. Thanks Will -- Will Wagner

Patches

2011-09-20 Thread Will Wagner
Hello, I have quite a long list of patches I'd like to submit. What is the preferred method? Patches to the mailing list or bugs in bugzilla? Thanks Will -- Will Wagner wil