From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5328 invoked by alias); 30 Jan 2011 20:54:34 -0000 Received: (qmail 5303 invoked by uid 22791); 30 Jan 2011 20:54:33 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 30 Jan 2011 20:54:29 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 965BA2F80002 for ; Sun, 30 Jan 2011 20:54:26 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Np7dqK6pzhh4; Sun, 30 Jan 2011 20:54:24 +0000 (GMT) From: bugzilla-daemon@bugs.ecos.sourceware.org To: ecos-patches@ecos.sourceware.org Subject: [Bug 1001116] Instruct lwIP to use special section for buffers and heap. X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: sergei.gavrikov@gmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 30 Jan 2011 20:54:00 -0000 Message-Id: <20110130205424.BC8072F78003@mail.ecoscentric.com> Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2011-01/txt/msg00089.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001116 --- Comment #28 from Sergei Gavrikov 2011-01-30 20:54:22 GMT --- (In reply to comment #27) > (In reply to comment #26) > > Well, let's stop on this point of survey. What do you think? > > Seems we came to conclusion. As I understand CYGSEM_LWIP_MEM_SECTION_NAME is > not in 2 steps (with CYGHWR_HAL_MEM_SECTION_NAME) but simple as before, only > enclosed in CYGOPT_LWIP_MEM_PLF_SPEC. I've used "two step" in tested HAL (data option for HWR name and booldata for LWIP name), but, it's your choice, and "one step" boolean option in lwip CDL: there was CYGOPT_LWIP_MEM_SECTION in the container CYGOPT_LWIP_MEM_PLF_SPEC (See my comment #25) But that was before our "conclusion". > Something like this? > > --- lwip_net.tcl --- > > cdl_component CYGOPT_LWIP_MEM_PLF_SPEC { > display "Platform specific memory setting" > flavor none > no_define > cdl_option CYGSEM_LWIP_MEM_SECTION { > display "Place lwIP buffers and heap in special memory section." > flavor bool > default_value 1 > active_if CYGDAT_LWIP_MEM_SECTION_NAME > description "..." > } > } Ups, as I could understand your latest thing was default_value is_active(CYGDAT_LWIP_MEM_SECTION_NAME) active_if CYGDAT_LWIP_MEM_SECTION_NAME I'm starting to hate patch-review througout $BROWSER, I am again in a mess. Do you *tested* this cdl_option CYGOPT_LWIP_MEM_SECTION { default_value 1 active_if CYGDAT_LWIP_MEM_SECTION_NAME or this one cdl_option CYGOPT_LWIP_MEM_SECTION { default_value is_active(CYGDAT_LWIP_MEM_SECTION_NAME) active_if CYGDAT_LWIP_MEM_SECTION_NAME Ilija, please, attach your latest and *tested* patch for review. > --- hal...cdl example--- > > cdl_option CYGDAT_LWIP_MEM_SECTION_NAME { > flavor data > active_if CYGPKG_NET_LWIP > parent CYGOPT_LWIP_MEM_PLF_SPEC > default_value { "\".ahb_bss\"" } > legal_values { "\".ahb_bss\"" "\".ahb_0\"" } > display "Memory section for lwIP buffers." > description " ... Sections are provided by LPC17xx platform HAL." > } I see you prefer "one step" assigned, this is your choice and this for Bugzilla 1001114. -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.