summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-07-20 07:31:55 +0000
committeradrian <adrian@FreeBSD.org>2014-07-20 07:31:55 +0000
commit5956b735dc55b47c4918878c48a7fd7a5e6e0747 (patch)
tree293355af15b11ad820b78c94253d7b00c4329cb7 /sys/netinet
parent70f6a41c5e429f45920c77646d809c0dfcab881f (diff)
downloadFreeBSD-src-5956b735dc55b47c4918878c48a7fd7a5e6e0747.zip
FreeBSD-src-5956b735dc55b47c4918878c48a7fd7a5e6e0747.tar.gz
Update the comment to be more concise.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in_rss.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet/in_rss.c b/sys/netinet/in_rss.c
index 7bf63c6..1e122f1 100644
--- a/sys/netinet/in_rss.c
+++ b/sys/netinet/in_rss.c
@@ -149,9 +149,8 @@ SYSCTL_INT(_net_inet_rss, OID_AUTO, basecpu, CTLFLAG_RD,
*
* XXXRW: And that we don't randomize it yet!
*
- * XXXRW: This default is actually the default key from Chelsio T5 cards, as
- * it offers reasonable distribution, unlike all-0 keys which always
- * generate a hash of 0 (upsettingly).
+ * This is the default Microsoft RSS specification key which is also
+ * the Chelsio T5 firmware default key.
*/
static uint8_t rss_key[RSS_KEYSIZE] = {
0xbe, 0xac, 0x01, 0xfa, 0x6a, 0x42, 0xb7, 0x3b,
OpenPOWER on IntegriCloud