lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 27 May 2007 01:05:09 +0200
From:	Michael Buesch <mb@...sch.de>
To:	divy@...lsio.com
Cc:	jeff@...zik.org, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org, swise@...ngridcomputing.com
Subject: Re: [PATCH 4/7] cxgb3 - Update FW to 4.1

On Sunday 27 May 2007 01:00:04 divy@...lsio.com wrote:
> From: Divy Le Ray <divy@...lsio.com>
> 
> Bump FW version to 4.1.
> Modify chip tuning in consequence.
> 
> Signed-off-by: Divy Le Ray <divy@...lsio.com>
> ---

> @@ -2496,11 +2500,11 @@ static void __devinit init_mtus(unsigned
>  	 * it can accomodate max size TCP/IP headers when SACK and timestamps
>  	 * are enabled and still have at least 8 bytes of payload.
>  	 */
> -	mtus[0] = 88;
> -	mtus[1] = 256;
> -	mtus[2] = 512;
> -	mtus[3] = 576;
> -	mtus[4] = 808;
> +	mtus[1] = 88;
> +	mtus[1] = 88;

looks like a typo.

> +	mtus[2] = 256;
> +	mtus[3] = 512;
> +	mtus[4] = 576;
>  	mtus[5] = 1024;
>  	mtus[6] = 1280;
>  	mtus[7] = 1492;

-- 
Greetings Michael.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ