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-217-g92511f4
Date: Fri, 13 Jan 2017 07:18:41 +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  92511f47119e5a1ef44be3073a42e998cb947e45 (commit)
       via  6748aa0818fb921a4d4c57869ea3e347ba8d6ef5 (commit)
      from  bc583c993a7fe229db59dc13f09a398472c35f78 (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 92511f47119e5a1ef44be3073a42e998cb947e45
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Jan 13 08:18:33 2017 +0100

    Fix part 2 of bug #50042: ETHADDR16_COPY from netif->hwaddr
    Eliminate ETHADDR32_COPY macro - it cannot be used in ETH_PAD_SIZE case. I 
could have kept it by defining it to ETHADDR16_COPY in case of ETH_PAD_SIZE, 
but I did not consider it worth another #ifdef mess.

commit 6748aa0818fb921a4d4c57869ea3e347ba8d6ef5
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Jan 13 08:06:50 2017 +0100

    Fix part 1 of bug #50042: ETHADDR16_COPY from netif->hwaddr
    Rearrange struct netif to group more u8_t values together which may result 
in smaller struct netif on 32 bit systems

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

Summary of changes:
 src/core/ipv4/etharp.c           |    2 +-
 src/include/lwip/netif.h         |   22 ++++++++++++----------
 src/include/lwip/prot/ethernet.h |    6 ------
 src/netif/ethernet.c             |    2 +-
 4 files changed, 14 insertions(+), 18 deletions(-)


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



reply via email to

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