DragonFly BSD
DragonFly commits List (threaded) for 2013-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: tso: Remove the pendantic tso_pullup functions


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 8 May 2013 19:35:20 -0700 (PDT)

commit 13c505f4dea21174d6c0de8b3eb6d25f0e5ef8ec
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date:   Thu May 9 10:32:44 2013 +0800

    tso: Remove the pendantic tso_pullup functions
    
    All of the drivers supporting TSO use the header lengthes stored in mbuf
    pkthdr (csum_*hlen) to accelerate the transmit descriptors setup.

Summary of changes:
 sys/net/if_ethersubr.c | 45 -----------------------------------
 sys/net/if_var.h       |  2 --
 sys/netinet/tcp_subr.c | 64 --------------------------------------------------
 sys/netinet/tcp_var.h  |  3 ---
 4 files changed, 114 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/13c505f4dea21174d6c0de8b3eb6d25f0e5ef8ec


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]