git: tso: Remove the pendantic tso_pullup functions

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Wed May 8 19:35:20 PDT 2013


commit 13c505f4dea21174d6c0de8b3eb6d25f0e5ef8ec
Author: Sepherosa Ziehau <sephe at 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



More information about the Commits mailing list