Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/net: Add an eBPF package #15687

Open
danderson opened this issue May 15, 2016 · 0 comments
Open

x/net: Add an eBPF package #15687

danderson opened this issue May 15, 2016 · 0 comments
Labels
FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone

Comments

@danderson
Copy link
Contributor

Forked from #14982 - that issue was originally about adding both a BPF and an eBPF package to x/net.

After researching eBPF more, the virtual machine is very different and more complex, so it makes sense to track the work for eBPF separately from the relatively simple BPF stuff.

Main documentation for eBPF is at https://www.kernel.org/doc/Documentation/networking/filter.txt , although it's described as a diff from "classic" BPF, which is really not a helpful way to specify a machine.

@bradfitz bradfitz added this to the Unreleased milestone May 16, 2016
@ALTree ALTree added NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. FeatureRequest Issues asking for a new feature that does not need a proposal. labels May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Projects
None yet
Development

No branches or pull requests

3 participants