From 85415b47c8fcea6d3202fc7caabd68027e0aab21 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sun, 20 Jul 2014 07:31:55 +0000 Subject: [PATCH] Update the comment to be more concise. --- sys/netinet/in_rss.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/netinet/in_rss.c b/sys/netinet/in_rss.c index 7bf63c6a517..1e122f14014 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, -- 2.45.2