patchlwIP - A Lightweight TCP/IP stack - Patches: patch #9529, netif: Move...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9529: netif: Move LWIP_ASSERT_CORE_LOCKED out of static functions

Submitter:  Axel Lin <axellin>
Submitted:  Wed 03 Jan 2018 09:53:58 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Planned Release:  None

Wed 03 Jan 2018 11:23:22 AM UTC, comment #1: 

Applied, thanks!

Dirk Ziegelmeier <dziegel>
Group administrator
Wed 03 Jan 2018 09:53:58 AM UTC, original submission:  

The netif_do_set_{ipaddr|netmask|gw} are static functions what won't be called directly, thus move LWIP_ASSERT_CORE_LOCKED to netif_set_{ipaddr|netmask|gw}.
This avoid duplicated LWIP_ASSERT_CORE_LOCKED checking by netif_set_addr().

Axel Lin <axellin>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dziegel (Posted a comment)
  • -email is unavailable- added by axellin (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-01-03 dziegel StatusNone Done
        Open/ClosedOpen Closed
    2018-01-03 axellin Attached File- Added 0001-netif-Move-LWIP_ASSERT_CORE_LOCKED-out-of-static-fun.patch, #42797

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code