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] [day] [month] [year] [list]
Message-Id: <20140512.005435.605591103659625618.davem@davemloft.net>
Date:	Mon, 12 May 2014 00:54:35 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	bh74.an@...sung.com
Cc:	netdev@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
	ks.giri@...sung.com, vipul.pandya@...sung.com
Subject: Re: [PATCH 1/3] net: sxgbe: Added condition for non fix_burst mode

From: Byungho An <bh74.an@...sung.com>
Date: Fri, 09 May 2014 11:03:45 +0900

> -		reg_val |= (pbl << SXGBE_DMA_TXPBL_LSHIFT);
> +		reg_val |= pbl << SXGBE_DMA_TXPBL_LSHIFT;

This has nothing to do with the change you are making.
--
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