From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20805 invoked by alias); 6 Sep 2013 07:00:57 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org Received: (qmail 20789 invoked by uid 89); 6 Sep 2013 07:00:56 -0000 Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 06 Sep 2013 07:00:56 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail.ecoscentric.com Received: by mail.ecoscentric.com (Postfix, from userid 48) id 25D024680014; Fri, 6 Sep 2013 08:00:51 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001873] Patches to upgrade lwip to 1.4.1 Date: Fri, 06 Sep 2013 07:00:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: lwIP X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: willw@carallon.com X-Bugzilla-Status: MODIFIED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013/txt/msg00589.txt.bz2 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001873 Will Wagner changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |MODIFIED --- Comment #23 from Will Wagner --- (In reply to comment #21) > Will, the complete diff against existing eCos sources looks clean. > > Can you let me know which significant lwIP features you have exercised using > this codebase? For example, which protocols, interfaces and APIs? In our code we have only really used the sequential mode. Have used ARP, ICMP, IGMP, UDP, TCP using netconn and sockets API. Have also only been testing on devices with a single network interface. > > Also, have you been able to run the eCos tests for lwIP? We have had httpd_sequential and httpd_simple both working fine. We'll take a look at running more of the tests. > > Finally, can you confirm that all the eCos patches (changes relative to > upstream lwIP 1.3.2) have been applied to lwIP 1.4.1? I appreciate that the > PPP-related patches will have been dropped in favour of the new lwIP > implementation. Yes I believe so. Most of the eCos patches for lwip since the move to lwIP 1.3.2 have been in the eCos wrapper not the actual lwIP code. We have left the wrapper untouched except where needed. Patch 4 contains all the previous modifications to lwIP code and is just reapplying part of the commit "cdl/lwip_net.cdl: New CDL option CYGSEM_LWIP_MEM_SECTION." The two other commits to lwIP code were "Fix compiler warning about unused variables. [Bugzilla 1001521]" and "src/core/snmp/msg_out.c: Applied lwip bugfix #29256." both of which are dealt with now in the upstream lwIP 1.4.1 code > > Thanks > > John Dallaway -- You are receiving this mail because: You are the assignee for the bug.