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. 8974b12af503f3c5fa265c21e9669a8aa65e0add
Date: Sat, 14 Mar 2015 00:14:33 +0000

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  8974b12af503f3c5fa265c21e9669a8aa65e0add (commit)
       via  f96d5c9633d73f44b3e858b1b0df1aa62e88a08b (commit)
       via  50336aaedd6f2b857e3bd7cb49da142cb50f6261 (commit)
       via  6a04357547347cbcf5e635f4a77464f8292e0ae6 (commit)
      from  0da64f430ec227557dc88cc32b33d074f4114b77 (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 8974b12af503f3c5fa265c21e9669a8aa65e0add
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 14 01:12:43 2015 +0100

    PPP, PPPoE, removed redundant size check

commit f96d5c9633d73f44b3e858b1b0df1aa62e88a08b
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 14 01:08:56 2015 +0100

    PPP, PPPoS, code cleaning
    
    Renamed pppos_drop() → pppos_input_drop()
    Renamed pppos_free_current_input_packet() → 
pppos_input_free_current_packet()
    Moved pppos_output_last() after pppos_output_append()
    Moved pppos_input_free_current_packet() before pppos_input_drop()

commit 50336aaedd6f2b857e3bd7cb49da142cb50f6261
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 14 01:03:58 2015 +0100

    PPP, ppp->last_xmit is only used in PPPoS, moved to PPPoS
    
    Only PPPoS need to keep track of last transmitted packet for HDLC flag,
    removed from PPPoE and PPPoL2TP and moved to PPPoS.

commit 6a04357547347cbcf5e635f4a77464f8292e0ae6
Author: Sylvain Rochet <address@hidden>
Date:   Sat Mar 14 00:37:58 2015 +0100

    PPP, PPPoS, reworked output path, reduced serial tx pbuf buffers to 1
    
    We actually allocated a pbuf chain only to iterate later the linked list
    calling sio_write() for each pbuf, improved by calling sio_write() when
    buffer is full and by recycling the pbuf, therefore only using one pbuf
    for PPPoS output path.
    
    Reworked pppos_write() and pppos_netif_output() to share more common
    code into pppos_output_append() and pppos_output_last().

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

Summary of changes:
 src/include/netif/ppp/ppp.h   |    2 -
 src/include/netif/ppp/pppos.h |    3 +-
 src/netif/ppp/pppoe.c         |    9 --
 src/netif/ppp/pppol2tp.c      |    4 -
 src/netif/ppp/pppos.c         |  294 +++++++++++++++++++----------------------
 5 files changed, 140 insertions(+), 172 deletions(-)


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



reply via email to

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