issues Search Results · repo:aya-rs/aya language:Rust
Filter by
324 results
(54 ms)324 results
inaya-rs/aya (press backspace or delete to remove)Origin
I m writing a very simple tracepoint eBPF program, which does not need BTF. But I notice that while the program is
running, the memory usage is far more large than I expected
Image
Investigation ...
zkonge
- Opened 9 days ago
- #1172
According to a report on discord:
let test = 42i32;
bpf_printk!(b hi there! dec: %d ,test);
Outputs:
bpf_trace_printk: hi there! dec: 1228242320
Seems to me like this may work with integer literals, ...
dave-tucker
- 1
- Opened 10 days ago
- #1171
The libbpf folks did the following here:
https://github.com/libbpf/libbpf/commit/9f6e3a7a59894af6ff9221083800556e68ffcd8a
I do not have a arm64 machine currently to test whether accessing the first syscall ...
fhilgers
- 1
- Opened 22 days ago
- #1146
Hello. I m currently mastering eBPF using Rust + Aya. The following problem has arisen. I m making a port forwarding
program using TC. I record incoming connections in a HashMap and indicate which port ...
bugrazoid
- Opened 23 days ago
- #1144
The test/integration-test/build.rs file currently has the name of the llvm-objcopy executable hard-coded. Allowing it to
be overridden by the environment would make running these tests more flexible.
ignacya
- Opened 25 days ago
- #1142
The XdpContext s corresponding C struct xdp_md defined in the Linux headers under include/uapi/linux/bpf.h has a field
ingress_ifindex which represents the interface index as determined by the OS. It would ...
gth828r
- 1
- Opened 26 days ago
- #1140
When attempting to execute the compiled program using the cargo run command, I encounter the following error:
$ cargo run -- -h
warning: ebpf-hooks-evaluation@0.1.0: Finished `release` profile [optimized] ...
jetlime
- Opened 27 days ago
- #1138
I am a newbie to the aya project. When I tried to use the official introductory case -- xdp project, I encountered a
compilation problem, which puzzled me. I tried multiple ways to solve it, but couldn ...
ShyunnY
- Opened on Jan 16
- #1137
See https://lore.kernel.org/bpf/20210730053413.1090371-1-andrii@kernel.org/ + https://www.grant.pizza/blog/bpf-cookies/.
The feature was added in 5.15.
ajwerner
- 1
- Opened on Jan 9
- #1132
Can aya-tool generate corresponding Rust code for the functions and macro definitions in .h header files?
like this:
#define frame_type(f) (frame_ftsz(f) FRAME_TYPE)
#define frame_typep(f) (frame_ftsz(f) ...
cppcoffee
- Opened on Jan 1
- #1128
![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.