[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1355-g10ae311
[email protected] (Axel Lin)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
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 <[email protected]>
Acked-by: Simon Goldschmidt <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
src/netif/lowpan6.c | 61 ++++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 33 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack