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: Axel Lin
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1355-g10ae311
Date: Mon, 12 Mar 2018 20:18:47 -0400 (EDT)

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  10ae311a932dd798f264551d4e5009fa0736d520 (commit)
      from  909037c2ca322ba32d1f7346ee304a74e7a51f68 (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 10ae311a932dd798f264551d4e5009fa0736d520
Author: Axel Lin <address@hidden>
Date:   Tue Mar 13 08:16:35 2018 +0800

    lowpan6: Rework to speed up dequeue datagram process
    
    Current implementation iterates the lowpan6_data.reass_list every time
    dequeue_datagram() is called.
    We can get previous lrh in all the context calling dequeue_datagram().
    By adding a prev arguemnt to dequeue_datagram(), we can speed up the
    dequeue datagram process.
    
    All the callers never check return value of dequeue_datagram() as it
    always return ERR_OR, thus make it return void instead.
    
    Signed-off-by: Axel Lin <address@hidden>
    Acked-by: Simon Goldschmidt <address@hidden>

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

Summary of changes:
 src/netif/lowpan6.c | 61 ++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 33 deletions(-)


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



reply via email to

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