public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "George Spelvin" <linux@horizon.com>
To: akpm@linux-foundation.org, fzago@systemfabricworks.com,
	joakim.tjernlund@transmode.se, linux-kernel@vger.kernel.org,
	linux@horizon.com, rdunlap@xenotime.net,
	rpearson@systemfabricworks.com
Subject: RE: [patch v4 1/7] crc32: move-to-documentation.diff
Date: 9 Aug 2011 15:45:44 -0400	[thread overview]
Message-ID: <20110809194544.11518.qmail@science.horizon.com> (raw)
In-Reply-To: <015501cc56b5$30816f00$91844d00$@systemfabricworks.com>

> 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?

      reply	other threads:[~2011-08-09 19:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-09  5:59 [patch v4 1/7] crc32: move-to-documentation.diff Bob Pearson
2011-08-09 11:45 ` George Spelvin
2011-08-09 16:50   ` Joakim Tjernlund
2011-08-09 18:52     ` Bob Pearson
2011-08-09 21:08     ` Bob Pearson
2011-08-09 16:55   ` Bob Pearson
2011-08-09 19:45     ` George Spelvin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110809194544.11518.qmail@science.horizon.com \
    --to=linux@horizon.com \
    --cc=akpm@linux-foundation.org \
    --cc=fzago@systemfabricworks.com \
    --cc=joakim.tjernlund@transmode.se \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    --cc=rpearson@systemfabricworks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox