Difference between revisions of "Archived-DMM"

From fd.io
Jump to: navigation, search
(Get Involved)
Line 33: Line 33:
 
== Get Involved ==
 
== Get Involved ==
  
* [[DMM/Meeting|Weekly DMM Meeting]].
+
* [[DMM/Meeting|Bi-Weekly DMM Meeting (TBD)]].
 
* [https://lists.fd.io/mailman/listinfo/dmm-dev Join the DMM Mailing List].
 
* [https://lists.fd.io/mailman/listinfo/dmm-dev Join the DMM Mailing List].
 
* [[IRC | Join fdio-dmm IRC channel]].
 
* [[IRC | Join fdio-dmm IRC channel]].
 
* [https://git.fd.io/dmm/tree/ Browse the code].
 
* [https://git.fd.io/dmm/tree/ Browse the code].
 +
* [[Projects/dmm/Release_Plans/Release_Plan_18.04 | 18.04 Release Plan]]
  
 
==Start Here==
 
==Start Here==
  
 
How to submit a patch to DMM - [https://wiki.fd.io/view/VPP/Pulling,_Building,_Running,_Hacking_and_Pushing_VPP_Code#Pushing Pushing Code with git review]
 
How to submit a patch to DMM - [https://wiki.fd.io/view/VPP/Pulling,_Building,_Running,_Hacking_and_Pushing_VPP_Code#Pushing Pushing Code with git review]

Revision as of 15:23, 28 February 2018

DMM Facts

Project Lead: George Zhao
Committers:

  • Kai Zheng
  • George Zhao
  • Yalei Wang
  • Liuxiaoxu
  • Swarup Nayak
  • Satish Karunanithi
  • Qing Chang
  • Fanhongwei
  • Florin Coras
  • Ray Kinsella
  • Junfeng Li
  • Hailong Wang

Repository: git clone https://gerrit.fd.io/r/dmm
Mailing List: dmm-dev@lists.fd.io
Jenkins: jenkins silo
Gerrit Patches: code patches/reviews
Bugs: DMM bugs

What is DMM

DMM (Dual Mode, Multi-protocol, Multi-instance) is to implement a transport agnostic framework for the applications where applications can

  • Work with both user space and kernel space network stacks.
  • Use different network protocol stacks based on their functional and performance requirement (QOS).
  • Work with multiple instances of transport protocol stack.

I Engage or adopt new protocol stack dynamically.


DMM Project Proposal


Get Involved

Start Here

How to submit a patch to DMM - Pushing Code with git review