|
bpftrace v0.9.1
We just released bpftrace v0.9.1. This turned into a pretty big release, with almost 200 commits and 3 months since v0.9.0. We'll try to have smaller development cycles for the next releases. Some hig
We just released bpftrace v0.9.1. This turned into a pretty big release, with almost 200 commits and 3 months since v0.9.0. We'll try to have smaller development cycles for the next releases. Some hig
|
By
Matheus Marchini
·
|
|
Performance of veth XDP
3 messages
In https://lists.iovisor.org/g/iovisor-dev/topic/how_to_make_redirect_map/31867035 I have built up an environment to make veth+XDP work. There're some question when I do some performance test 1. When
In https://lists.iovisor.org/g/iovisor-dev/topic/how_to_make_redirect_map/31867035 I have built up an environment to make veth+XDP work. There're some question when I do some performance test 1. When
|
By
Forrest Chen
·
|
|
bpf_probe_read() split: bpftrace RFC
2 messages
G'Day, This is the biggest change afoot to the bpftrace API, and I think we can sort it out quickly without fuss, but it is worth sharing here. This is from https://github.com/iovisor/bpftrace/issues/
G'Day, This is the biggest change afoot to the bpftrace API, and I think we can sort it out quickly without fuss, but it is worth sharing here. This is from https://github.com/iovisor/bpftrace/issues/
|
By
Brendan Gregg
·
|
|
BPF Virtual Machine Runtime
4 messages
Following on from the call... Does this sound even better? (mapping from the JVM for comparison): The JVM is a specification of a virtual machine that runs Java bytecode. It is implemented by a Java R
Following on from the call... Does this sound even better? (mapping from the JVM for comparison): The JVM is a specification of a virtual machine that runs Java bytecode. It is implemented by a Java R
|
By
Brendan Gregg
·
|
|
minutes: IO Visor TSC/Dev Meeting
Hi all, Thanks for dialing in to the meeting this week. Going forward, in order to conserve everyone's time, we will be polling ahead of time for an agenda, and foregoing the online meeting in favor o
Hi all, Thanks for dialing in to the meeting this week. Going forward, in order to conserve everyone's time, we will be polling ahead of time for an agenda, and foregoing the online meeting in favor o
|
By
Brenden Blanco
·
|
|
reminder: IO Visor TSC/Dev Meeting
2 messages
Please join us tomorrow for our bi-weekly call. As usual, this meeting is open to everybody and completely optional. You might be interested to join if: You want to know what is going on in BPF land Y
Please join us tomorrow for our bi-weekly call. As usual, this meeting is open to everybody and completely optional. You might be interested to join if: You want to know what is going on in BPF land Y
|
By
Brenden Blanco
·
|
|
how to make redirect_map work?
7 messages
Hi all, Recently I try to build a network topology to test redirect_map, the topology is as below and the build script in the attachment(setup_env.sh). My test case is run `ping` from netns ns1 to 192
Hi all, Recently I try to build a network topology to test redirect_map, the topology is as below and the build script in the attachment(setup_env.sh). My test case is run `ping` from netns ns1 to 192
|
By
Forrest Chen
·
|
|
How to trigger BPF program execution from user space
Hi all, I have a use case that the user daemon needs to trigger the execution of a TCP-BPF program (which was loaded already by the same user daemon). This may be a trivial question but after searchin
Hi all, I have a use case that the user daemon needs to trigger the execution of a TCP-BPF program (which was loaded already by the same user daemon). This may be a trivial question but after searchin
|
By
tranviethoang.vn@...
·
|
|
Packet replication using EBPF, not scaling beyond 28kpps, pls let me know any optimization if possible in the code.
Hi, I am implementing a EBPF based packet replicator running as part of TC classisifer. The problem is I am not able to scale beyond 28K, once the pps rate goes beyond 28kpps I see traffic loss and th
Hi, I am implementing a EBPF based packet replicator running as part of TC classisifer. The problem is I am not able to scale beyond 28K, once the pps rate goes beyond 28kpps I see traffic loss and th
|
By
Prashanth Fernando
·
|
|
Behavior of bpf_obj_get
4 messages
I am seeing unexpected behavior from bpf_obj_get, although this is likely due to my inexperience with BPF. In a loader program, I create a pinned map at "sys/fs/bpf/test/xdp_stats_map". In a separate
I am seeing unexpected behavior from bpf_obj_get, although this is likely due to my inexperience with BPF. In a loader program, I create a pinned map at "sys/fs/bpf/test/xdp_stats_map". In a separate
|
By
Adam Drescher
·
|
|
bpftrace ustack() pid packing
3 messages
I'm reading through codegen_llvm.cpp[0] and I noticed that ustack map keys are packed with a PID. From what I understand, if you run bpftrace -e 'uprobe:/lib64/libc.so.6:usleep /comm == "a.out"/ { @[u
I'm reading through codegen_llvm.cpp[0] and I noticed that ustack map keys are packed with a PID. From what I understand, if you run bpftrace -e 'uprobe:/lib64/libc.so.6:usleep /comm == "a.out"/ { @[u
|
By
Daniel Xu
·
|
|
minutes: IO Visor TSC/Dev Meeting
Hi all, Thanks for joining in to the call today. As usual, here are my notes. Cheers, Brenden === Discussion === Daniel: - Some cilium debugging for loadbalancing case - Fix sendmsg hooks for unconnec
Hi all, Thanks for joining in to the call today. As usual, here are my notes. Cheers, Brenden === Discussion === Daniel: - Some cilium debugging for loadbalancing case - Fix sendmsg hooks for unconnec
|
By
Brenden Blanco
·
|
|
how to set environment to run xdp_redirect_map.py example?
5 messages
Hi all, What kind of network topology should I set up to make xdp_redirect_map.py runnable and what user-case this example represent for? PS: I have the same question about xdp_macswap_count.py too Th
Hi all, What kind of network topology should I set up to make xdp_redirect_map.py runnable and what user-case this example represent for? PS: I have the same question about xdp_macswap_count.py too Th
|
By
Forrest Chen
·
|
|
reminder: IO Visor TSC/Dev Meeting
Please join us tomorrow for our bi-weekly call. As usual, this meeting is open to everybody and completely optional. You might be interested to join if: You want to know what is going on in BPF land Y
Please join us tomorrow for our bi-weekly call. As usual, this meeting is open to everybody and completely optional. You might be interested to join if: You want to know what is going on in BPF land Y
|
By
Brenden Blanco
·
|
|
Do you know if I can use a bpf file from bcc for snort ?
3 messages
Hello everybody, Do you know if I can use a bpf file from bcc for snort ? Thank you in advance to answer if I can and how to do my ask, Regards. Dorian ROSSE. Provenance : Courrier pour Windows 10
Hello everybody, Do you know if I can use a bpf file from bcc for snort ? Thank you in advance to answer if I can and how to do my ask, Regards. Dorian ROSSE. Provenance : Courrier pour Windows 10
|
By
Dorian ROSSE
·
|
|
Facing an error while compiling for bpf using clang
11 messages
Hi, I'm new to XDP, I am trying to compile a simple code to start with. When I compile with clang, I face an error. Can someone please help me out in resolving this issue. # clang -target bpf -c drop.
Hi, I'm new to XDP, I am trying to compile a simple code to start with. When I compile with clang, I face an error. Can someone please help me out in resolving this issue. # clang -target bpf -c drop.
|
By
Prashanth Fernando
·
|
|
how to run bcc xdp_redirect_cpu.py example
3 messages
Hi, I’m new to bpf and when run `iovisor/bcc` examples with `xdp_redirect_cpu.py` in my vm, the connection will lost and I have to restart my vm. In my understanding this example just foword the packa
Hi, I’m new to bpf and when run `iovisor/bcc` examples with `xdp_redirect_cpu.py` in my vm, the connection will lost and I have to restart my vm. In my understanding this example just foword the packa
|
By
Forrest Chen
·
|
|
Linux Plumbers BPF micro-conference CFP
This is a call for proposals for the BPF micro-conference at this years' Linux Plumbers Conference (LPC) 2019 which will be held in Lisbon, Portugal for September 9-11. The goal of the BPF micro-confe
This is a call for proposals for the BPF micro-conference at this years' Linux Plumbers Conference (LPC) 2019 which will be held in Lisbon, Portugal for September 9-11. The goal of the BPF micro-confe
|
By
Daniel Borkmann
·
|
|
minutes: IO Visor/TSC Dev Meeting
Hi all, Thanks for joining the call today. As usual, here are my notes from the discussion. === Discussion === Alexei: LSF/MM - BPF track * overall went quite well * planning BPF conference for next y
Hi all, Thanks for joining the call today. As usual, here are my notes from the discussion. === Discussion === Alexei: LSF/MM - BPF track * overall went quite well * planning BPF conference for next y
|
By
Brenden Blanco
·
|
|
reminder: IO Visor TSC/Dev Meeting
Please join us tomorrow for our bi-weekly call. As usual, this meeting is open to everybody and completely optional. You might be interested to join if: You want to know what is going on in BPF land Y
Please join us tomorrow for our bi-weekly call. As usual, this meeting is open to everybody and completely optional. You might be interested to join if: You want to know what is going on in BPF land Y
|
By
Brenden Blanco
·
|