From owner-soc-status@FreeBSD.ORG Mon Jun 6 17:41:36 2011 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 678381065670; Mon, 6 Jun 2011 17:41:36 +0000 (UTC) (envelope-from rwatson@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 427A98FC16; Mon, 6 Jun 2011 17:41:36 +0000 (UTC) Received: from [192.168.2.112] (host86-173-95-198.range86-173.btcentralplus.com [86.173.95.198]) by cyrus.watson.org (Postfix) with ESMTPSA id 428CA46B03; Mon, 6 Jun 2011 13:41:35 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Robert N. M. Watson" In-Reply-To: Date: Mon, 6 Jun 2011 18:41:33 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <71CF16D6-EAB1-4A62-8D27-2C209AB6D2ED@freebsd.org> References: To: Kazuya Goda X-Mailer: Apple Mail (2.1084) Cc: Takuya ASADA , soc-status@freebsd.org Subject: Re: [status report] RPS/RFS #week2 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2011 17:41:36 -0000 On 6 Jun 2011, at 17:51, Kazuya Goda wrote: > I added this process in ether_demux(). I used rss_hash_ip_4tuple() > from //depot/users/rwatson/tcp/... > branch to calculating hash value. I think I'd like to share functions > of calculating hash value with RSS. FYI, increasing amounts of that branch are now in Subversion -- pretty = much all of the pcbgroup work, but not yet in_rss.c itself. I hope to = merge that later this week. Robert=