|
Reminder: Linux Plumbers BPF micro-conference CFP
Reminder: the submission deadline is still open for only 6 days, please submit your proposals in time. This is a call for proposals for the BPF micro-conference at the Linux Plumbers Conference (LPC)
Reminder: the submission deadline is still open for only 6 days, please submit your proposals in time. This is a call for proposals for the BPF micro-conference at the Linux Plumbers Conference (LPC)
|
By Daniel Borkmann
·
|
|
[PATCH RFC] bpf: Symbol sizes and types in object file 7 messages
I am sending here as an RFC instead of LLVM's mailing list as I'm not sure this is the intended behavior, and the "fix" may therefore not be needed. Clang-compiled object files currently don't include
I am sending here as an RFC instead of LLVM's mailing list as I'm not sure this is the intended behavior, and the "fix" may therefore not be needed. Clang-compiled object files currently don't include
|
By Paul Chaignon
·
|
|
Xdp or dpdk 2 messages
Hi. I need you advice. I have to write app to filter and LB ethernet traffic from 100G to 10x10G. What is better to use? eBPF XDP or DPDK?
Hi. I need you advice. I have to write app to filter and LB ethernet traffic from 100G to 10x10G. What is better to use? eBPF XDP or DPDK?
|
By Иван Иванов
·
|
|
minutes: IO Visor TSC/Dev Meeting
Hi, All, Below is the today's meeting notes. Thanks for joining the meeting. Please amend if you see any inaccurate or missing information. Yonghong ==== Discussion ==== Yonghong: - worked and upstrea
Hi, All, Below is the today's meeting notes. Thanks for joining the meeting. Please amend if you see any inaccurate or missing information. Yonghong ==== Discussion ==== Yonghong: - worked and upstrea
|
By Yonghong Song
·
|
|
IPFIX flow data 2 messages
Hi All, I am trying to collect IPFIX flow data from the linux host interface. Can someone guide me the best way to collect the data using XDP. Any samples for reference will be a great help. Thanks, S
Hi All, I am trying to collect IPFIX flow data from the linux host interface. Can someone guide me the best way to collect the data using XDP. Any samples for reference will be a great help. Thanks, S
|
By Santhosh Fernandes
·
|
|
reminder: IO Visor TSC/Dev Meeting 3 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
·
|
|
minutes: IO Visor TSC/Dev Meeting
Hi All, Thanks for joining the call today. Here are my notes! Cheers, Brenden === Discussion === Brenden: * 0.7.0 tag released to support 4.18 * Flaky test on fc26 - usdt3 - monitor and perhaps relax
Hi All, Thanks for joining the call today. Here are my notes! Cheers, Brenden === Discussion === Brenden: * 0.7.0 tag released to support 4.18 * Flaky test on fc26 - usdt3 - monitor and perhaps relax
|
By Brenden Blanco
·
|
|
[PATCHv2 RFC 3/3] tests: add afxdp test cases.
The patch adds the test framework for OVS using afxdp. Currently there are two test cases, using ping and http as traffic forwarding through ovs with 2 afxdp netdev. Signed-off-by: William Tu <u901206
The patch adds the test framework for OVS using afxdp. Currently there are two test cases, using ping and http as traffic forwarding through ovs with 2 afxdp netdev. Signed-off-by: William Tu <u901206
|
By William Tu
·
|
|
[PATCHv2 RFC 2/3] netdev-linux: add new netdev type afxdp.
The patch creates a new netdev type "afxdp" and copies some of the afxdp api implementation from xdpsock_user.c at linux sample code. The afxdp ebpf programs/maps are loaded when dpif-netdev is create
The patch creates a new netdev type "afxdp" and copies some of the afxdp api implementation from xdpsock_user.c at linux sample code. The afxdp ebpf programs/maps are loaded when dpif-netdev is create
|
By William Tu
·
|
|
[PATCHv2 RFC 1/3] afxdp: add ebpf code for afxdp and xskmap.
AF_XDP requires attaching an xdp program and xskmap for each netdev. The patch provides these program/map and the loading and attaching implementation. Signed-off-by: William Tu <u9012063@...> --- aci
AF_XDP requires attaching an xdp program and xskmap for each netdev. The patch provides these program/map and the loading and attaching implementation. Signed-off-by: William Tu <u9012063@...> --- aci
|
By William Tu
·
|
|
[PATCHv2 RFC 0/3] AF_XDP support for OVS
From: root <ovs-smartnic@...> 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 an
From: root <ovs-smartnic@...> 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 an
|
By William Tu
·
|
|
[PATCH 0/2] tools: Skip backward time entries 3 messages
hi, on RHEL7 we are facing timing issues in some bcc-tools scripts. The time subsystem might return backward timestamp via bpf_ktime_get_ns and thus screw up latency computation. This seems to be RHEL
hi, on RHEL7 we are facing timing issues in some bcc-tools scripts. The time subsystem might return backward timestamp via bpf_ktime_get_ns and thus screw up latency computation. This seems to be RHEL
|
By Jiri Olsa
·
|
|
[PATCH 2/2] tools: Skip backward time entries in ext4dist
While using ext4dist on RHEL7 we occasionally get following screwed up latencies: # ext4dist Tracing ext4 operation latency... Hit Ctrl-C to end. ^C operation = write usecs : count distribution 0 -> 1
While using ext4dist on RHEL7 we occasionally get following screwed up latencies: # ext4dist Tracing ext4 operation latency... Hit Ctrl-C to end. ^C operation = write usecs : count distribution 0 -> 1
|
By Jiri Olsa
·
|
|
[PATCH 1/2] tools: Skip backward time entries in xfsslower
While using xfsslower on RHEL7 we occasionally get following screwed up latencies: # xfsslower Tracing XFS operations slower than 1 ms TIME COMM PID T BYTES OFF_KB LAT(ms) FILENAME 13:25:03 git 3385 R
While using xfsslower on RHEL7 we occasionally get following screwed up latencies: # xfsslower Tracing XFS operations slower than 1 ms TIME COMM PID T BYTES OFF_KB LAT(ms) FILENAME 13:25:03 git 3385 R
|
By Jiri Olsa
·
|
|
minutes: IO Visor TSC/Dev Meeting
Thanks all for joining the call today. As usual, here are my notes. -Brenden === Discussion === Yonghong: * Internal discussions for BTF related work * adding information to jit instructions * debug a
Thanks all for joining the call today. As usual, here are my notes. -Brenden === Discussion === Yonghong: * Internal discussions for BTF related work * adding information to jit instructions * debug a
|
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
·
|
|
Linux Plumbers BPF micro-conference CFP
This is a call for proposals for the BPF micro-conference at the Linux Plumbers Conference (LPC) 2018 which will be held in Vancouver, Canada from the 13th to the 15th of November, co-located with the
This is a call for proposals for the BPF micro-conference at the Linux Plumbers Conference (LPC) 2018 which will be held in Vancouver, Canada from the 13th to the 15th of November, co-located with the
|
By Daniel Borkmann
·
|
|
[PATCH RFC 3/3] tests: add afxdp test cases.
The patch adds the test framework for OVS using afxdp. Currently there are two test cases, using ping and http as traffic forwarding through ovs with 2 afxdp netdev. Signed-off-by: William Tu <u901206
The patch adds the test framework for OVS using afxdp. Currently there are two test cases, using ping and http as traffic forwarding through ovs with 2 afxdp netdev. Signed-off-by: William Tu <u901206
|
By William Tu
·
|
|
[PATCH RFC 2/3] netdev-linux: add new netdev type afxdp.
The patch creates a new netdev type "afxdp" and copies some of the afxdp api implementation from xdpsock_user.c at linux sample code. The afxdp ebpf programs/maps are loaded when dpif-netdev is create
The patch creates a new netdev type "afxdp" and copies some of the afxdp api implementation from xdpsock_user.c at linux sample code. The afxdp ebpf programs/maps are loaded when dpif-netdev is create
|
By William Tu
·
|
|
[PATCH RFC 1/3] afxdp: add ebpf code for afxdp and xskmap.
AF_XDP requires attaching an xdp program and xskmap for each netdev. The patch provides these program/map and the loading and attaching implementation. Signed-off-by: William Tu <u9012063@...> --- aci
AF_XDP requires attaching an xdp program and xskmap for each netdev. The patch provides these program/map and the loading and attaching implementation. Signed-off-by: William Tu <u9012063@...> --- aci
|
By William Tu
·
|