From 8d7c3da5e26c8b1f565242fe490cc65ae1fc9a77 Mon Sep 17 00:00:00 2001 From: Warren Block Date: Sun, 12 Jul 2015 23:03:48 +0000 Subject: [PATCH] Add Tiwei Bie 's Multiqueue Testing report. --- .../news/status/report-2015-04-2015-06.xml | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml b/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml index 0a82164c58..0072374206 100644 --- a/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml +++ b/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml @@ -412,6 +412,7 @@ bhd@FreeBSD.org + Johann @@ -419,6 +420,7 @@ jkois@FreeBSD.org + Benedict @@ -481,4 +483,51 @@ + + + Multiqueue Testing + + + + + Tiwei + Bie + + btw@FreeBSD.org + + + + + Hiren + Panchasara + + hiren@FreeBSD.org + + + + + + + + +

The aim of this project is to design and implement a + infrastructure to validate that a number of the network + stack's multiqueue behaviours are as expected.

+ +

It mainly consists of extending tap(4) to provide + the same RSS behaviours with the hardware multiqueue network + cards, developing simple test applications using multiqueue + tap(4) and socket(2), adding hooks in each + layer of the network stack to collect the per-ring per-cpu + per-layer statistics, and extending netstat(1) to + report these statistics.

+ +

At present, most parts of this project have been implemented. + The focus is on the code review, and API/KPI freeze.

+ + + + Google Summer Of Code 2015 + +