|
[PATCHv3 RFC 2/3] tests: add AF_XDP netdev test cases.
The patch adds the test framework for OVS using afxdp. Most of the test cases are slightly modified from the existing test cases at system-traffic.at. All the veth creations, ADD_VETH, are replaced by
The patch adds the test framework for OVS using afxdp. Most of the test cases are slightly modified from the existing test cases at system-traffic.at. All the veth creations, ADD_VETH, are replaced by
|
By
William Tu
·
|
|
[PATCHv3 RFC 3/3] FIXME: work around the failed cases.
There are still two issues causing some test cases failed. This patch provides an work-around. Signed-off-by: William Tu <u9012063@...> --- lib/dpif-netdev.c | 2 +- tests/system-afxdp-macros.at | 2 ++
There are still two issues causing some test cases failed. This patch provides an work-around. Signed-off-by: William Tu <u9012063@...> --- lib/dpif-netdev.c | 2 +- tests/system-afxdp-macros.at | 2 ++
|
By
William Tu
·
|
|
[PATCHv3 RFC 1/3] netdev-afxdp: add new netdev type for AF_XDP
The patch creates a new netdev type called "afxdp" and re-uses some of the AF_XDP API implementation from xdpsock_user.c at linux sample code. By default, it binds a device's queue 0 and uses the gene
The patch creates a new netdev type called "afxdp" and re-uses some of the AF_XDP API implementation from xdpsock_user.c at linux sample code. By default, it binds a device's queue 0 and uses the gene
|
By
William Tu
·
|
|
[PATCHv3 RFC 0/3] AF_XDP netdev support for OVS
The patch series introduces AF_XDP support for OVS netdev. AF_XDP is a new address family working together with eBPF. In short, a socket with AF_XDP family can receive and send packets from an eBPF/XD
The patch series introduces AF_XDP support for OVS netdev. AF_XDP is a new address family working together with eBPF. In short, a socket with AF_XDP family can receive and send packets from an eBPF/XD
|
By
William Tu
·
|
|
minutes: IO Visor TSC/Dev Meeting
Thanks all for joining in to the call today. As usual, here are my notes. === Discussion === Jiong: Continuing work on jmp32 - some work on verifier side - needs to work on test support - new test mod
Thanks all for joining in to the call today. As usual, here are my notes. === Discussion === Jiong: Continuing work on jmp32 - some work on verifier side - needs to work on test support - new test mod
|
By
Brenden Blanco
·
|
|
Recommended LLVM version for bcc 0.7.0 2 messages
Hi, Is there a particular version of LLVM that is recommended to use with bcc 0.7.0? Thanks, Tom
Hi, Is there a particular version of LLVM that is recommended to use with bcc 0.7.0? Thanks, Tom
|
By
Tom Stellard
·
|
|
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
·
|
|
eBPF TC for adjusting the packet length 2 messages
Hi, Can anyone suggest a way to adjust the packet length(for example to strip off the payload and have only headers) using eBPF TC program? Thanks, Kanthi
Hi, Can anyone suggest a way to adjust the packet length(for example to strip off the payload and have only headers) using eBPF TC program? Thanks, Kanthi
|
By
Kanthi P
·
|
|
[RFC 0/2] tools: Add shmsnoop/sofdsnoop tools 2 messages
hi, this is RFC patchset on 2 tools that our customer wants and perhaps would like to see them upstream. The sofdsnoop traces FDs passed through unix sockets: # ./sofdsnoop ACTION TID COMM SOCKET FD N
hi, this is RFC patchset on 2 tools that our customer wants and perhaps would like to see them upstream. The sofdsnoop traces FDs passed through unix sockets: # ./sofdsnoop ACTION TID COMM SOCKET FD N
|
By
Jiri Olsa
·
|
|
Plans for libbpf packaging for distros? 5 messages
Hi Jakub, Laura and Jiri Olsa (Cc others), Subj: iovisor-dev] minutes: IO Visor TSC/Dev Meeting (To: iovisor-dev <iovisor-dev@...>) On Wed, 31 Oct 2018 14:30:25 -0700 "Brenden Blanco" <bblanco@...> wr
Hi Jakub, Laura and Jiri Olsa (Cc others), Subj: iovisor-dev] minutes: IO Visor TSC/Dev Meeting (To: iovisor-dev <iovisor-dev@...>) On Wed, 31 Oct 2018 14:30:25 -0700 "Brenden Blanco" <bblanco@...> wr
|
By
Jesper Dangaard Brouer
·
|
|
[PATCH] BPF: helpers: New helper bpf_get_current_pidns_info to obtain namespace data from current task. 8 messages
This helper obtains the active namespace from current and returns pid, tgid, device major/minor and namespace id as seen from that ns, allowing to do pid filtering inside a container. Major and minor
This helper obtains the active namespace from current and returns pid, tgid, device major/minor and namespace id as seen from that ns, allowing to do pid filtering inside a container. Major and minor
|
By
neirac
·
|
|
[RFC/PATCH 2/2] tools: Add sofdsnoop to spy on fds passed through socket
The sofdsnoop traces FDs passed through unix sockets. # ./sofdsnoop ACTION TID COMM SOCKET FD NAME SEND 2576 Web Content 24:socket:[39763] 51 /dev/shm/org.mozilla.ipc.2576.23874 RECV 2576 Web Content
The sofdsnoop traces FDs passed through unix sockets. # ./sofdsnoop ACTION TID COMM SOCKET FD NAME SEND 2576 Web Content 24:socket:[39763] 51 /dev/shm/org.mozilla.ipc.2576.23874 RECV 2576 Web Content
|
By
Jiri Olsa
·
|
|
[RFC/PATCH 1/2] tools: Add shmsnoop to spy on shm* syscalls
Adding shmsnoop tool to trace System V shared memory syscalls: shmget, shmat, shmdt, shmctl # ./shmsnoop.py PID COMM SYS RET ARGs 19813 server SHMGET 10000 key: 0x78020001, size: 20, shmflg: 0x3b6 (IP
Adding shmsnoop tool to trace System V shared memory syscalls: shmget, shmat, shmdt, shmctl # ./shmsnoop.py PID COMM SYS RET ARGs 19813 server SHMGET 10000 key: 0x78020001, size: 20, shmflg: 0x3b6 (IP
|
By
Jiri Olsa
·
|
|
minutes: IO Visor TSC/Dev Meeting
Hi All, Thanks for joining in to the discussion today. Below are my notes from the call. Hope everyone is looking forward to good discussions at the LPC BPF track in Vancouver in two weeks! Since that
Hi All, Thanks for joining in to the discussion today. Below are my notes from the call. Hope everyone is looking forward to good discussions at the LPC BPF track in Vancouver in two weeks! Since that
|
By
Brenden Blanco
·
|
|
Loader complexity 5 messages
I was on the IOVisor call, there was discussion of making the loader more complicated (perf stuff) and work on libbpf to support this. Does this refer to doing the relocations etc in the ELF file? We
I was on the IOVisor call, there was discussion of making the loader more complicated (perf stuff) and work on libbpf to support this. Does this refer to doing the relocations etc in the ELF file? We
|
By
Dan Siemon
·
|
|
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
·
|
|
Any example of using BTF? 2 messages
Hi all, I am new to BPF/BTF but I am interested in it and want to try it. So which llvm/clang version support it? And any examples/documents will be appreciated. -- Regards, Wang Jian
Hi all, I am new to BPF/BTF but I am interested in it and want to try it. So which llvm/clang version support it? And any examples/documents will be appreciated. -- Regards, Wang Jian
|
By
Wang Jian
·
|
|
unknown func bpf_clone_redirect#13 3 messages
Hi, Has anyone been able to use bpf_clone_redirect method to clone the packet and forward to different interface? I used these programs and they work for bpf_redirect. Now I am trying to modify these
Hi, Has anyone been able to use bpf_clone_redirect method to clone the packet and forward to different interface? I used these programs and they work for bpf_redirect. Now I am trying to modify these
|
By
Kanthi P
·
|
|
minutes: IO Visor TSC/Dev Meeting
Hi All, Thanks for dialing in today. As usual, here are my notes. === Discussion === Alexei * bpf-next closing this weekend, to remain closed during merge window - get your last minute fixes in * sche
Hi All, Thanks for dialing in today. As usual, here are my notes. === Discussion === Alexei * bpf-next closing this weekend, to remain closed during merge window - get your last minute fixes in * sche
|
By
Brenden Blanco
·
|
|
Hashmap OOPS 5 messages
Anyone seen this before? 4.17.6 I've seen this on a few boxes now. (If there is a better place to post this (LKML?) please let me know.) Oct 08 21:21:02 kernel: BUG: unable to handle kernel paging req
Anyone seen this before? 4.17.6 I've seen this on a few boxes now. (If there is a better place to post this (LKML?) please let me know.) Oct 08 21:21:02 kernel: BUG: unable to handle kernel paging req
|
By
Dan Siemon
·
|