Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc/roadmaps Split "MP network stack" into two and make our ...



details:   https://anonhg.NetBSD.org/src/rev/3a0def5c9db6
branches:  trunk
changeset: 815455:3a0def5c9db6
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed May 18 09:12:04 2016 +0000

description:
Split "MP network stack" into two and make our targets clear

diffstat:

 doc/roadmaps/networking |  23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

diffs (51 lines):

diff -r bf75894bf459 -r 3a0def5c9db6 doc/roadmaps/networking
--- a/doc/roadmaps/networking   Wed May 18 08:59:56 2016 +0000
+++ b/doc/roadmaps/networking   Wed May 18 09:12:04 2016 +0000
@@ -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 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index