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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. ecbe45bf43c50d9f32774ab3d557dc26bc442366
Date: Tue, 28 Jun 2016 21:00:01 +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  ecbe45bf43c50d9f32774ab3d557dc26bc442366 (commit)
      from  a0e8c2dd8f509ad3d80663d40de95f0fe9dc90e5 (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 ecbe45bf43c50d9f32774ab3d557dc26bc442366
Author: Sylvain Rochet <address@hidden>
Date:   Tue Jun 28 22:51:18 2016 +0200

    PPP, VJ: fixes potentially unaligned *u16_t and *u32_t accesses
    
    Unfortunately, there is no standard way to declare a pointer with
    potentially unaligned accesses. The only portable way is to create
    packed struct.
    
    VJ support uses optimized accesses to IP and TCP struct to check a
    whole part of them at once to speed up the (de)compressor.
    
    This commit wrap potentially unaligned *u16_t and *u32_t accesses with
    packed struct so all compilers are able to deal with them properly.
    
    Closes: #48308

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

Summary of changes:
 src/netif/ppp/vj.c |   45 +++++++++++++++++++++++++++++++++++----------
 1 file changed, 35 insertions(+), 10 deletions(-)


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



reply via email to

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