-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Oct 2, 2024
1 parent
a5758b6
commit c3047f3
Showing
71 changed files
with
667 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4299,7 +4299,7 @@ <h1 id="bpftime-userspace-ebpf-runtime-for-observability-network-general-extensi | |
<p><a href="https://eunomia.dev/bpftime/"><strong>Checkout our documents in eunomia.dev!</strong></a></p> | ||
<p>bpftime is not <code>userspace eBPF VM</code>, it's a userspace runtime framework includes everything to run eBPF in userspace: <code>loader</code>, <code>verifier</code>, <code>helpers</code>, <code>maps</code>, <code>ufunc</code> and multiple <code>events</code> such as Observability, Network, Policy or Access Control. It has multiple VM backend options support. For eBPF VM only, please see <a href="https://github.com/eunomia-bpf/llvmbpf">llvmbpf</a>.</p> | ||
<blockquote> | ||
<p>⚠️ <strong>Note</strong>: <code>bpftime</code> is currently under active development and may contain bugs or unstable API. Please use it with caution. For more details, check our <a href="#roadmap">roadmap</a>. We'd love to hear your feedback and suggestions! Feel free to open an issue or <a href="#contact-and-citations">Contact us</a>.</p> | ||
<p>⚠️ <strong>Note</strong>: <code>bpftime</code> is currently under active development and refactoring towards v2. It may contain bugs or unstable API. Please use it with caution. For more details, check our <a href="#roadmap">roadmap</a>. We'd love to hear your feedback and suggestions! Feel free to open an issue or <a href="#contact-and-citations">Contact us</a>.</p> | ||
</blockquote> | ||
<h2 id="why-bpftime-whats-the-design-goal">Why bpftime? What's the design Goal?</h2> | ||
<ul> | ||
|
@@ -4530,6 +4530,7 @@ <h2 id="acknowledgement">Acknowledgement</h2> | |
</span> | ||
<nav> | ||
|
||
<a href="mailto:not.committed.yet">Not Committed Yet</a>, | ||
<a href="mailto:[email protected]">Yusheng Zheng</a>, | ||
<a href="mailto:[email protected]">云微</a> | ||
</nav> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4299,7 +4299,7 @@ <h1 id="bpftime-userspace-ebpf-runtime-for-observability-network-general-extensi | |
<p><a href="https://eunomia.dev/bpftime/"><strong>Checkout our documents in eunomia.dev!</strong></a></p> | ||
<p>bpftime is not <code>userspace eBPF VM</code>, it's a userspace runtime framework includes everything to run eBPF in userspace: <code>loader</code>, <code>verifier</code>, <code>helpers</code>, <code>maps</code>, <code>ufunc</code> and multiple <code>events</code> such as Observability, Network, Policy or Access Control. It has multiple VM backend options support. For eBPF VM only, please see <a href="https://github.com/eunomia-bpf/llvmbpf">llvmbpf</a>.</p> | ||
<blockquote> | ||
<p>⚠️ <strong>Note</strong>: <code>bpftime</code> is currently under active development and may contain bugs or unstable API. Please use it with caution. For more details, check our <a href="#roadmap">roadmap</a>. We'd love to hear your feedback and suggestions! Feel free to open an issue or <a href="#contact-and-citations">Contact us</a>.</p> | ||
<p>⚠️ <strong>Note</strong>: <code>bpftime</code> is currently under active development and refactoring towards v2. It may contain bugs or unstable API. Please use it with caution. For more details, check our <a href="#roadmap">roadmap</a>. We'd love to hear your feedback and suggestions! Feel free to open an issue or <a href="#contact-and-citations">Contact us</a>.</p> | ||
</blockquote> | ||
<h2 id="why-bpftime-whats-the-design-goal">Why bpftime? What's the design Goal?</h2> | ||
<ul> | ||
|
@@ -4530,6 +4530,7 @@ <h2 id="acknowledgement">Acknowledgement</h2> | |
</span> | ||
<nav> | ||
|
||
<a href="mailto:not.committed.yet">Not Committed Yet</a>, | ||
<a href="mailto:[email protected]">Yusheng Zheng</a>, | ||
<a href="mailto:[email protected]">云微</a> | ||
</nav> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.