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. b939e9536d8a3e8177b5b76bd307bcb682047a96
Date: Thu, 7 Jul 2016 20:06:36 +0000 (UTC)

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  b939e9536d8a3e8177b5b76bd307bcb682047a96 (commit)
       via  e9b000308551eabbcf49a2b2c7a59a5b59f0fda9 (commit)
       via  087ecab8913dc3e17a4ba22633ef7b78a80b8a56 (commit)
       via  212eacd9d60cbba6486130075fffe8920d4f4884 (commit)
      from  dcd52510cef3daa9fec5e0ece1ba8d2f4810f6e2 (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 b939e9536d8a3e8177b5b76bd307bcb682047a96
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Jul 7 22:05:30 2016 +0200

    Minor: move some macros from memp.h to memp_priv.h

commit e9b000308551eabbcf49a2b2c7a59a5b59f0fda9
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Jul 7 22:01:41 2016 +0200

    MEMP memory can now be declared static since LWIP_DECLARE_MEMORY_ALIGNED 
was introduced today

commit 087ecab8913dc3e17a4ba22633ef7b78a80b8a56
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Jul 7 21:56:43 2016 +0200

    Add some comments to places where we cast through a void* to get rid of 
alignment warnings

commit 212eacd9d60cbba6486130075fffe8920d4f4884
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Jul 7 21:55:51 2016 +0200

    Fix bug #48356: private memp pools have no statistic counters
    Implement struct stats_mem instance for each pool, let lwip_stats.mem[] 
point to these instances

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

Summary of changes:
 src/api/netdb.c                   |    1 +
 src/core/mem.c                    |    3 ++
 src/core/memp.c                   |   60 ++++++++++++++++++++++++-------------
 src/core/stats.c                  |   15 ----------
 src/core/tcp_out.c                |    1 +
 src/include/lwip/memp.h           |    9 +++---
 src/include/lwip/priv/memp_priv.h |   16 +++++++++-
 src/include/lwip/stats.h          |   14 ++-------
 8 files changed, 66 insertions(+), 53 deletions(-)


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



reply via email to

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