From owner-soc-status@freebsd.org Sat Aug 29 21:01:20 2015 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F12939C5E4E for ; Sat, 29 Aug 2015 21:01:20 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from smtp.hungerhost.com (smtp.hungerhost.com [216.38.53.177]) (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 CE2FBB2E; Sat, 29 Aug 2015 21:01:20 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from 82-69-116-12.dsl.in-addr.zen.co.uk ([82.69.116.12]:63512 helo=[172.27.111.4]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.85) (envelope-from ) id 1ZVmCj-0000SU-UE; Sat, 29 Aug 2015 15:54:22 -0400 From: "George Neville-Neil" To: "Tiwei Bie" Cc: soc-status@freebsd.org, hiren@FreeBSD.org, rwatson@FreeBSD.org Subject: Re: Multiqueue testing project - final status report Date: Sat, 29 Aug 2015 20:54:10 +0100 Message-ID: <3C4FC610-7052-4580-95CA-731097A15F92@freebsd.org> In-Reply-To: <1440669563-38392-1-git-send-email-btw@mail.ustc.edu.cn> References: <1440669563-38392-1-git-send-email-btw@mail.ustc.edu.cn> MIME-Version: 1.0 X-Mailer: MailMate (1.9.2r5107) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 29 Aug 2015 21:01:21 -0000 On 27 Aug 2015, at 10:59, Tiwei Bie wrote: > Dear All! > > This is the final status report of the Multiqueue Testing Project. > > The aim of this project is to design and implement an infrastructure > to validate that a number of the network stack's multiqueue behaviours > are as expected. > > The deliverables of this project mainly consist of: > > - A general mechanism to collect the per-ring per-cpu statistics > which can be used by all NIC drivers, and the extended netstat(1) > which can report these statistics. > > - A suite of network stack behavior testing programs which consists > of (a) a virtual multiqueue ethernet interface (vme), (b) a UDP > packet generator based on vme, (c) a UDP server based on socket(2), > (d) a TCP client based on lwip and vme, (e) a TCP server based on > socket. > > At present, most parts of this project have been implemented. Few > parts have been committed to -HEAD, and other parts have been submitted > to Phabricator. > > Now, I'm also working on improving the IPv6 RSS supports with the > help of adrian@. ^_^ > > Finally, I want to say thank you to my mentor Hiren, George and Robert, > for the helps and guidance! ^_^ > Howdy, I've seen quite a few commits go by which is most excellent. Quick question, where are the tests? Did I miss those? Best, George