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:	9 Aug 2011 15:45:44 -0400
From:	"George Spelvin" <linux@...izon.com>
To:	akpm@...ux-foundation.org, fzago@...temfabricworks.com,
	joakim.tjernlund@...nsmode.se, linux-kernel@...r.kernel.org,
	linux@...izon.com, rdunlap@...otime.net,
	rpearson@...temfabricworks.com
Subject: RE: [patch v4 1/7] crc32: move-to-documentation.diff

> Thanks George! I'll replace the document patch with this. Can I add a signed
> off line from you?

Yes, feel free.  With the << vs. >> typo fix.

Another minor point: is it worth cache line aligning the tables?
The cache occupancy savings is minimal (two partial cache lines at
the beginning and end of the tables), but does ensure that lookups
in adjoining tables will never need the same cache line.  Is that a
performance win?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ