From owner-svn-src-all@FreeBSD.ORG Sun Jul 20 07:31:56 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E7EF685; Sun, 20 Jul 2014 07:31:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C0012ADC; Sun, 20 Jul 2014 07:31:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6K7Vunr082295; Sun, 20 Jul 2014 07:31:56 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6K7VuxQ082294; Sun, 20 Jul 2014 07:31:56 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201407200731.s6K7VuxQ082294@svn.freebsd.org> From: Adrian Chadd Date: Sun, 20 Jul 2014 07:31:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268909 - head/sys/netinet X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 07:31:56 -0000 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,