Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2010 05:03:26 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net flowtable.c flowtable.h if_llatbl.c if_llatbl.h src/sys/netinet ip_input.c ip_output.c
Message-ID:  <201003120504.o2C54E0V090923@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2010-03-12 05:03:26 UTC

  FreeBSD src repository

  Modified files:
    sys/net              flowtable.c flowtable.h if_llatbl.c 
                         if_llatbl.h 
    sys/netinet          ip_input.c ip_output.c 
  Log:
  SVN rev 205066 on 2010-03-12 05:03:26Z by kmacy
  
  - restructure flowtable to support ipv6
  - add a name argument to flowtable_alloc for printing with ddb commands
  - extend ddb commands to print destination address or 4-tuples
  - don't parse ports in ulp header if FL_HASH_ALL is not passed
  - add kern_flowtable_insert to enable more generic use of flowtable
    (e.g. system calls for adding entries)
  - don't hash loopback addresses
  - cleanup whitespace
  - keep statistics per-cpu for per-cpu flowtables to avoid cache line contention
  - add sysctls to accumulate stats and report aggregate
  
  MFC after:      7 days
  
  Revision  Changes    Path
  1.26      +712 -152  src/sys/net/flowtable.c
  1.13      +30 -5     src/sys/net/flowtable.h
  1.16      +2 -2      src/sys/net/if_llatbl.c
  1.7       +1 -1      src/sys/net/if_llatbl.h
  1.381     +1 -1      src/sys/netinet/ip_input.c
  1.324     +14 -8     src/sys/netinet/ip_output.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003120504.o2C54E0V090923>