-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (51 loc) · 2.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>P4TC</title>
<base href="./" target="_self">
<meta name="description" content="P4TC Development"> <meta name="Keywords" content="Linux kernel, Linux, kernel, network, networking, P4, TC, SDN" />
<meta property="og:type" content="website" />
<meta property="og:title" content="P4TC" />
<meta property="og:description" content="P4TC" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:image:width" content="398" />
<meta property="og:image:height" content="398" />
<meta property="og:locale" content="en_US" />
<link rel="stylesheet" href="style/site.css">
</head>
<body>
<div id="welcome">
<center>Welcome to the P4TC website</center>
</div>
<p>P4TC is a community effort to bring P4 and its offload capabilities into the Linux kernel tc subsystem.</p>
<div id="MailingList"><a href="https://lists.netdevconf.info/postorius/lists/p4tc-discussions.netdevconf.info/">Subscribe to the Mailing List</a></div>
<br /><br />
<div id="main">
<div id="Documents"><a href="https://github.com/p4tc-dev/docs/blob/main/why-p4tc.md">What And Why P4TC?</a></div>
<br /><br />
<div class="JoinUs">Please join us as at:</div>
<div id="GithubOrg"><a href="https://www.github.com/p4tc-dev">GitHub</a></div>
<div id="Bi-weekly Meetings"><a href="https://www.airmeet.com/e/2494c770-cc8c-11eb-830b-e787c099d9c3">Bi-weekly, typically Mondays</a></div>
<br /><br />
<div class="ChangesTitle">Recent Changes:</div>
<div id="Changes"><a href="https://github.com/p4tc-dev/linux-p4tc-pub">6.7 rebase + stabilization for merge!</a></div>
<div id="Changes"><a href="https://www.github.com/p4tc-dev">Code available!</a></div>
<br /><br />
<div class="PresentationsTitle">Presentations:</div>
<div id="Presentation"><a href="https://netdevconf.info/0x18/sessions/workshop/tc-workshop.html">Netdevconf 0x18</a></div>
<div id="Presentation"><a href="https://dl.acm.org/doi/10.1145/3630047.3630193">EuroP4 2023</a></div>
<div id="Presentation"><a href="https://netdevconf.info/0x17/sessions/talk/integrating-ebpf-into-the-p4tc-datapath.html">Netdevconf 0x17</a></div>
<div id="Presentation"><a href="https://github.com/p4tc-dev/docs/blob/main/p4-conference-2023/2023P4WorkshopP4TC.pdf">2023 P4 Workshop</a></div>
<div id="Presentation"><a href="https://netdevconf.info/0x16/session.html?Your-Network-Datapath-Will-Be-P4-Scripted">Netdevconf 0x16</a></div>
<div id="Presentation"><a href="https://netdevconf.info/0x16/session.html?P4TC-Workshop">P4TC Workshop - Netdevconf 0x16</a></div>
</div>
<br>
<br>
<br>
<br>
<p><small><a href="mailto:[email protected]">Contact Us</a></small>
</body>
</html>