summaryrefslogtreecommitdiff
path: root/doc/roadmaps
diff options
context:
space:
mode:
authorozaki-r <ozaki-r@NetBSD.org>2016-05-18 09:12:04 +0000
committerozaki-r <ozaki-r@NetBSD.org>2016-05-18 09:12:04 +0000
commit31bc0e7090700f5aef331ba7f9079cdced39a3e3 (patch)
tree92d233eeeb10be0be799dc4a0be3b67a89f1a0af /doc/roadmaps
parentcefee8d6c7d943c9370e7582232cad0d7a9e5bd3 (diff)
Split "MP network stack" into two and make our targets clear
Diffstat (limited to 'doc/roadmaps')
-rw-r--r--doc/roadmaps/networking23
1 files changed, 18 insertions, 5 deletions
diff --git a/doc/roadmaps/networking b/doc/roadmaps/networking
index 391eac355e7..ce6d098d06c 100644
--- a/doc/roadmaps/networking
+++ b/doc/roadmaps/networking
@@ -1,4 +1,4 @@
-$NetBSD: networking,v 1.10 2016/05/17 20:53:53 christos Exp $
+$NetBSD: networking,v 1.11 2016/05/18 09:12:04 ozaki-r Exp $
NetBSD Networking Roadmap
=========================
@@ -17,7 +17,8 @@ The following features are expected to be in future releases:
5. integrated multicast dns / zeroconf
6. tcp support in libsa
7. netboot from http
-8. MP network stack
+8. MP network stack (Layer 3 and below)
+9. MP network stack (rest)
We'll continue to update this roadmap as features and dates get firmed up.
@@ -97,16 +98,28 @@ Responsible: TBD
Status: not started
Comment[christos]: Not very interesting
-8. net SMP work
-------------------
+8. net SMP work (Layer 3 and below)
+-----------------------------------
-Make multi-threaded network stack
+Make multi-threaded network stack. Targets are Layer 3 (IP forwarding),
+Layer 2 (ARP, NDP, bridge, vlan and bpf) and some tunnel devices (gif,
+ipsec and pppoe).
Responsible: ozaki-r,knakahara
Status: in progress
+9. net SMP work (rest)
+----------------------
+
+Make multi-threaded network stack. Get tasks other than the above targets down.
+
+Responsible: TBD
+Status: not started
+
Matt Thomas
Alistair Crooks
Sat Jan 14 11:44:46 PST 2012
Christos Zoulas
Tue May 17 16:46:54 EDT 2016
+Ryota Ozaki
+Wed May 18 18:07:43 JST 2016