|
Go-bpf with TC
Hi,
Can anyone help me with an example of a GO-bpf program using TC
Thanks,
Kanthi
Hi,
Can anyone help me with an example of a GO-bpf program using TC
Thanks,
Kanthi
|
By
Kanthi P <Pavuluri.kanthi@...>
·
#1731
·
|
|
sockmap redirect doesn't work all the time
Hi all,
Recently I've been testing with ebpf sockmap. I know that after setting the sock fd in sockmap, the data send to this socket can redirect to another socket that register in the sockmap.
I
Hi all,
Recently I've been testing with ebpf sockmap. I know that after setting the sock fd in sockmap, the data send to this socket can redirect to another socket that register in the sockmap.
I
|
By
Forrest Chen
·
#1730
·
|
|
Re: [agenda] IO Visor TSC/Dev Meeting
Hi all,
Let's skip the meeting this week, since there isn't a specific agenda
to discuss. Going forward, I'll send out a call for agenda reminder 2
days in advance so the meeting isn't decided last
Hi all,
Let's skip the meeting this week, since there isn't a specific agenda
to discuss. Going forward, I'll send out a call for agenda reminder 2
days in advance so the meeting isn't decided last
|
By
Brenden Blanco
·
#1729
·
|
|
Re: [agenda] IO Visor TSC/Dev Meeting
I have only received the following agenda from Brendan so far:
Are there any further agenda items?
I have only received the following agenda from Brendan so far:
Are there any further agenda items?
|
By
Brenden Blanco
·
#1728
·
|
|
[agenda] IO Visor TSC/Dev Meeting
Hi All,
As per the discussion from last meeting, this week's meeting will be
provisional on having a proposed agenda rather than free-form. Therefore,
please reply if there is a topic that you would
Hi All,
As per the discussion from last meeting, this week's meeting will be
provisional on having a proposed agenda rather than free-form. Therefore,
please reply if there is a topic that you would
|
By
Brenden Blanco
·
#1727
·
|
|
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
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
|
By
Matheus Marchini <mat@...>
·
#1726
·
|
|
Re: Performance of veth XDP
On Wed, Jun 12, 2019 at 09:31 PM, Toshiaki Makita wrote:
I cannot reproduce it.
Is it an XDP-related problem? What happens if you use bridge in place of XDP_REDIRECT?
Did you collect tcpdump result in
On Wed, Jun 12, 2019 at 09:31 PM, Toshiaki Makita wrote:
I cannot reproduce it.
Is it an XDP-related problem? What happens if you use bridge in place of XDP_REDIRECT?
Did you collect tcpdump result in
|
By
Forrest Chen
·
#1725
·
|
|
Re: bpf_probe_read() split: bpftrace RFC
How will bpf_probe_read_user/bpf_probe_read_kernel be enforced in the
Kernel? In other words, how bpf_probe_read_user will detect and report
when it get's a Kernel address as parameter, and
How will bpf_probe_read_user/bpf_probe_read_kernel be enforced in the
Kernel? In other words, how bpf_probe_read_user will detect and report
when it get's a Kernel address as parameter, and
|
By
Matheus Marchini <mat@...>
·
#1724
·
|
|
bpf_probe_read() split: bpftrace RFC
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
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
|
By
Brendan Gregg
·
#1723
·
|
|
Re: BPF Virtual Machine Runtime
FWIW - I don't share the same consideration, and I'd be inclined to say that clear documentation helps educate folks, whereas inventing new terminology just because there's a wall of confusion, would
FWIW - I don't share the same consideration, and I'd be inclined to say that clear documentation helps educate folks, whereas inventing new terminology just because there's a wall of confusion, would
|
By
Panagiotis Moustafellos
·
#1722
·
|
|
Re: BPF Virtual Machine Runtime
Just a personal comment.
Talking about "BPF VM" to students raises a lot of confusion, as they expect a full fledged VM and do not undestand what "VM" means in this case. Comparing to Java does not
Just a personal comment.
Talking about "BPF VM" to students raises a lot of confusion, as they expect a full fledged VM and do not undestand what "VM" means in this case. Comparing to Java does not
|
By
Fulvio Risso
·
#1721
·
|
|
Re: Performance of veth XDP
Because XDP core does not support checksum (or any other) offload. Any of necessary
information for offloading will be discarded when converting skb into xdp_frame.
Basically veth XDP is not so fast
Because XDP core does not support checksum (or any other) offload. Any of necessary
information for offloading will be discarded when converting skb into xdp_frame.
Basically veth XDP is not so fast
|
By
Toshiaki Makita
·
#1720
·
|
|
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
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
|
By
Brenden Blanco
·
#1719
·
|
|
Re: BPF Virtual Machine Runtime
I'd probably drop the '(defined in filter.h, etc)' part, but otherwise
I think it's fine.
Thanks,
Daniel
I'd probably drop the '(defined in filter.h, etc)' part, but otherwise
I think it's fine.
Thanks,
Daniel
|
By
Daniel Borkmann
·
#1718
·
|
|
BPF Virtual Machine Runtime
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
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
|
By
Brendan Gregg
·
#1717
·
|
|
Performance of veth XDP
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
·
#1716
·
|
|
Re: reminder: IO Visor TSC/Dev Meeting
Brenden,
thanks for the bi-weekly reminders!
All,
if you have any topics to discuss, please email them to the list,
so folks have better idea what to expect tomorrow.
Thanks!
Brenden,
thanks for the bi-weekly reminders!
All,
if you have any topics to discuss, please email them to the list,
so folks have better idea what to expect tomorrow.
Thanks!
|
By
Alexei Starovoitov
·
#1715
·
|
|
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
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
|
By
Brenden Blanco
·
#1714
·
|
|
Re: Headers Parsing with fields of variable length
Wouldn't you punt that to a userland xdp listener for action? Dns packets are complicated.
Wouldn't you punt that to a userland xdp listener for action? Dns packets are complicated.
|
By
Raymond
·
#1713
·
|
|
Headers Parsing with fields of variable length
Hi all,
I am trying to create a header for the DNS protocol and parse DNS queries however I cannot parse headers with variable size e.g. the domain name (due to looping constraints of XDP). Is there a
Hi all,
I am trying to create a header for the DNS protocol and parse DNS queries however I cannot parse headers with variable size e.g. the domain name (due to looping constraints of XDP). Is there a
|
By
mdimolianis@...
·
#1712
·
|