Difference between revisions of "Archived-DMM"
From fd.io
(→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
Repository: git clone https://gerrit.fd.io/r/dmm |
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.
Get Involved
- Bi-Weekly DMM Meeting (TBD).
- Join the DMM Mailing List.
- Join fdio-dmm IRC channel.
- Browse the code.
- 18.04 Release Plan
Start Here
How to submit a patch to DMM - Pushing Code with git review