Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 07:31:56 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268909 - head/sys/netinet
Message-ID:  <201407200731.s6K7VuxQ082294@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sun Jul 20 07:31:55 2014
New Revision: 268909
URL: http://svnweb.freebsd.org/changeset/base/268909

Log:
  Update the comment to be more concise.

Modified:
  head/sys/netinet/in_rss.c

Modified: head/sys/netinet/in_rss.c
==============================================================================
--- head/sys/netinet/in_rss.c	Sun Jul 20 06:03:52 2014	(r268908)
+++ head/sys/netinet/in_rss.c	Sun Jul 20 07:31:55 2014	(r268909)
@@ -149,9 +149,8 @@ SYSCTL_INT(_net_inet_rss, OID_AUTO, base
  *
  * 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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407200731.s6K7VuxQ082294>