Re: [Qemu-devel] [RFC 1/1] Add BPF support to qemu

2018-06-19 Thread Sameeh Jubran
On Tue, Jun 19, 2018 at 5:41 PM, Murilo Opsfelder Araujo < muri...@linux.ibm.com> wrote: > On Tue, Jun 19, 2018 at 04:22:00PM +0300, Sameeh Jubran wrote: > > From: Sameeh Jubran > > > > This commit introduces wrappers around BPF syscalls to qemu. The Berkeley > > Packet Filter (BPF) can be really

Re: [Qemu-devel] [RFC 1/1] Add BPF support to qemu

2018-06-19 Thread Murilo Opsfelder Araujo
On Tue, Jun 19, 2018 at 04:22:00PM +0300, Sameeh Jubran wrote: > From: Sameeh Jubran > > This commit introduces wrappers around BPF syscalls to qemu. The Berkeley > Packet Filter (BPF) can be really usefull for packet filtering, tracing and > monitoring with very minimal overhead. > > Signed-off

[Qemu-devel] [RFC 1/1] Add BPF support to qemu

2018-06-19 Thread Sameeh Jubran
From: Sameeh Jubran This commit introduces wrappers around BPF syscalls to qemu. The Berkeley Packet Filter (BPF) can be really usefull for packet filtering, tracing and monitoring with very minimal overhead. Signed-off-by: Sameeh Jubran --- MAINTAINERS | 7 + bpf/Makefil