Difference between revisions of "Archived-TLDK"

From fd.io
Jump to: navigation, search
(Created page with "{{Project Facts |name=TLDK |shortname=tldk |jiraName=TLDK |projectLead=TBD |committers= * Konstantin Ananyev (LF ID konstantin_ananyev) * Keith Wiles (LF ID: keithwiles) * [ma...")
 
m (Valderrv moved page TLDK to Archived-TLDK)
 
(12 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
|shortname=tldk
 
|shortname=tldk
 
|jiraName=TLDK
 
|jiraName=TLDK
|projectLead=TBD
+
|projectLead=Konstantin Ananyev
 
|committers=
 
|committers=
* Konstantin Ananyev (LF ID konstantin_ananyev)
+
* Konstantin Ananyev  
* Keith Wiles (LF ID: keithwiles)
+
* Keith Wiles
* [mailto:hagbard@gmail.com Ed Warnicke (IRC nick: edwarnicke)]
+
* [mailto:hagbard@gmail.com Ed Warnicke] (IRC nick: edwarnicke)
 +
* Mohammad Abdul Awal
 
}}
 
}}
  
Line 15: Line 16:
  
 
[[Project_Proposals/TLDK|TLDK Project Proposal]]
 
[[Project_Proposals/TLDK|TLDK Project Proposal]]
 +
 +
[[File:TLDK - Network Sample Code - TCP plan.pptx|thumb|TLDK TCP Plan]]
 +
 +
== Get Involved ==
 +
 +
* [[TLDK/Meeting|Weekly TLDK Meeting]].
 +
* [https://lists.fd.io/mailman/listinfo/tldk-dev Join the TLDK Mailing List].
 +
* [[IRC | Join fdio-tldk IRC channel]].
 +
* [https://git.fd.io/tldk/tree/ Browse the code].
 +
 +
==Start Here==
 +
 +
Coding style - We use [http://dpdk.org/doc/guides/contributing/coding_style.html DPDK coding style]
 +
 +
How to submit a patch to TLDK - [https://wiki.fd.io/view/VPP/Pulling,_Building,_Running,_Hacking_and_Pushing_VPP_Code#Pushing Pushing Code with git review]

Latest revision as of 15:26, 4 May 2023

TLDK Facts

Project Lead: Konstantin Ananyev
Committers:

  • Konstantin Ananyev
  • Keith Wiles
  • Ed Warnicke (IRC nick: edwarnicke)
  • Mohammad Abdul Awal

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

What is TLDK

The TLDK (Transport Layer Development Kit) project will implement a set of libraries for L4 protocol processing (UDP, TCP etc.) and VPP graph nodes, plugins, etc using those libraries to implement a host stack.

TLDK Project Proposal

File:TLDK - Network Sample Code - TCP plan.pptx

Get Involved

Start Here

Coding style - We use DPDK coding style

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