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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1180-g9cf6bbf
Date: Wed, 17 Jan 2018 06:54:24 -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  9cf6bbf573d431b1e6a6c4aa9074341a03490a34 (commit)
       via  2fd2b6810e6a13b86669399edaa419485e273998 (commit)
      from  d12d6abae89d22a0516a8ab99e3755e9788a119c (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 9cf6bbf573d431b1e6a6c4aa9074341a03490a34
Author: goldsimon <address@hidden>
Date:   Wed Jan 17 12:54:00 2018 +0100

    memp_std.h: make MEMP_PBUF a normal pool
    
    No need to use LWIP_PBUF_MEMPOOL here since this pool never contains
    pbufs with payload included.

commit 2fd2b6810e6a13b86669399edaa419485e273998
Author: goldsimon <address@hidden>
Date:   Wed Jan 17 12:51:49 2018 +0100

    memp_std.h: fix LWIP_PBUF_MEMPOOL element size for MEMP_OVERFLOW_CHECK
    
    The LWIP_PBUF_MEMPOOL define used MEMP_ALIGN_SIZE instead of
    LWIP_MEM_ALIGN_SIZE to calculate the element size of PBUF_POOL pbufs.
    This is wrong for MEMP_OVERFLOW_CHECK, since MEMP_ALIGN_SIZE adds
    MEMP_SANITY_REGION_AFTER_ALIGNED. This should be only added during
    pool_base buffer allocation but for PBUF_POOL, it changed the size
    of the pool elements.

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

Summary of changes:
 src/include/lwip/priv/memp_std.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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



reply via email to

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