Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2001 16:37:10 +0300
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        Jonathan Lemon <jlemon@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet if_ether.c in.c in_var.h ip_icmp.c ip_input.c ip_output.c
Message-ID:  <20010929163710.B73075@sunbay.com>
In-Reply-To: <200109290434.f8T4YB458912@freefall.freebsd.org>; from jlemon@FreeBSD.org on Fri, Sep 28, 2001 at 09:34:11PM -0700
References:  <200109290434.f8T4YB458912@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 28, 2001 at 09:34:11PM -0700, Jonathan Lemon wrote:
> jlemon      2001/09/28 21:34:11 PDT
> 
>   Modified files:
>     sys/netinet          if_ether.c in.c in_var.h ip_icmp.c 
>                          ip_input.c ip_output.c 
>   Log:
>   Add a hash table that contains the list of internet addresses, and use
>   this in place of the in_ifaddr list when appropriate.  This improves
>   performance on hosts which have a large number of IP aliases.
>   
>   Revision  Changes    Path
>   1.83      +25 -18    src/sys/netinet/if_ether.c
>   1.58      +20 -14    src/sys/netinet/in.c
>   1.41      +19 -3     src/sys/netinet/in_var.h
>   1.61      +21 -14    src/sys/netinet/ip_icmp.c
>   1.181     +31 -18    src/sys/netinet/ip_input.c
>   1.138     +3 -2      src/sys/netinet/ip_output.c
> 
#define INADDR_HMASK         (INREASS_NHASH - 1)
                              ^^^^^^^^^^^^^

Modelled this after IP reassembly hash?  :-)
Please fix.


Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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