git: ip: Set mbuf hash for output IP packets.

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Wed Dec 21 07:40:37 PST 2016


commit 76a9ffcad156592e905b992edaa9339d2941cf43
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Wed Dec 21 22:08:19 2016 +0800

    ip: Set mbuf hash for output IP packets.
    
    This paves the way to implement Flow-Queue-Codel.

Summary of changes:
 sys/netinet/in_pcb.h       |  7 ++++---
 sys/netinet/ip_demux.c     | 15 +++++++++++++++
 sys/netinet/tcp_output.c   |  3 +++
 sys/netinet/tcp_subr.c     | 22 ++++++++++++----------
 sys/netinet/tcp_syncache.c | 16 +++++++++++++++-
 sys/netinet/tcp_usrreq.c   | 12 +++++++++---
 sys/netinet/tcp_var.h      |  6 +++++-
 sys/netinet/udp_usrreq.c   | 22 +++++++++++++++++-----
 sys/netinet/udp_var.h      |  2 ++
 9 files changed, 82 insertions(+), 23 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/76a9ffcad156592e905b992edaa9339d2941cf43


-- 
DragonFly BSD source repository



More information about the Commits mailing list