lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1094-ge770996
Date: Sun, 24 Dec 2017 07:13:14 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  e77099673c5333022879d829efaf67992022d767 (commit)
       via  27ca731242eee6a64bcb25f6d73d89fefc610362 (commit)
       via  8f6b876ef940efb4e48afabea76dbb61b983f976 (commit)
       via  61e90d9fc0c75649eac88f23e0d9935052d09855 (commit)
       via  4cfef8acabbf5d7bd6e1481f3387fa0d4271ab00 (commit)
       via  5b9f79680c9adfdc360e015e98c86cad5ad541c9 (commit)
      from  c6887522fe1021e135164b26bef86d5cd6edeef1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e77099673c5333022879d829efaf67992022d767
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Dec 24 13:12:32 2017 +0100

    Add flushing CPU cache to zero-copy RX code example

commit 27ca731242eee6a64bcb25f6d73d89fefc610362
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Dec 24 13:07:35 2017 +0100

    Improve cache handling notes from my last commit some more

commit 8f6b876ef940efb4e48afabea76dbb61b983f976
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Dec 24 13:02:30 2017 +0100

    Common pitfalls document: Add note that lwip writes to ethernet RX buffers 
(caching issue!)

commit 61e90d9fc0c75649eac88f23e0d9935052d09855
Author: Axel Lin <address@hidden>
Date:   Tue Dec 19 16:26:23 2017 +0800

    Use pbuf_clone to replace pbuf_alloc+pbuf_copy
    
    Use pbuf_clone() to simplify the code a bit.
    
    Signed-off-by: Axel Lin <address@hidden>

commit 4cfef8acabbf5d7bd6e1481f3387fa0d4271ab00
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sun Dec 24 12:49:28 2017 +0100

    Apply part from patch 9525: fix lwip_strnicmp in a modified way:
    Move side effect out of boolean expression

commit 5b9f79680c9adfdc360e015e98c86cad5ad541c9
Author: Axel Lin <address@hidden>
Date:   Sat Dec 9 09:45:08 2017 +0800

    lowpan6: Fix build warning when LWIP_6LOWPAN_IPHC=0
    
    Fix below build warning if LWIP_6LOWPAN_IPHC=0.
    
    ../../../../lwip/src/netif/lowpan6.c:186:1: error: 
‘lowpan6_get_address_mode_mc’ defined but not used [-Werror=unused-function]
     lowpan6_get_address_mode_mc(const ip6_addr_t *ip6addr)
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    ../../../../lwip/src/netif/lowpan6.c:160:1: error: 
‘lowpan6_get_address_mode’ defined but not used [-Werror=unused-function]
     lowpan6_get_address_mode(const ip6_addr_t *ip6addr, const struct 
ieee_802154_addr *mac_addr)
     ^~~~~~~~~~~~~~~~~~~~~~~~
    
    Also correct comment typo: s/LWIP_6LOWPAN_HC/LWIP_6LOWPAN_IPHC/g
    
    Signed-off-by: Axel Lin <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 doc/ZeroCopyRx.c        |  3 +++
 doc/doxygen/main_page.h | 16 ++++++++++++++++
 src/api/api_msg.c       |  9 +--------
 src/core/def.c          |  3 ++-
 src/core/ipv4/etharp.c  |  8 +-------
 src/core/ipv6/nd6.c     | 10 ++--------
 src/netif/lowpan6.c     | 10 ++++++++--
 7 files changed, 33 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]