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,
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to