Re: [Qemu-devel] [RFC v2 2/2] virtio-net: Example Patch for using BPF

2018-06-25 Thread Sameeh Jubran
On Mon, Jun 25, 2018 at 2:22 PM, Daniel P. Berrangé wrote: > On Mon, Jun 25, 2018 at 02:07:06PM +0300, Sameeh Jubran wrote: > > From: Sameeh Jubran > > > > This commit is a sample only for using the libbpf in the code and > > shouldn't be committed. > > > > Signed-off-by: Sameeh Jubran > > ---

Re: [Qemu-devel] [RFC v2 2/2] virtio-net: Example Patch for using BPF

2018-06-25 Thread Daniel P . Berrangé
On Mon, Jun 25, 2018 at 02:07:06PM +0300, Sameeh Jubran wrote: > From: Sameeh Jubran > > This commit is a sample only for using the libbpf in the code and > shouldn't be committed. > > Signed-off-by: Sameeh Jubran > --- > hw/net/Makefile.objs | 4 > hw/net/virtio-net.c | 4 > 2

[Qemu-devel] [RFC v2 2/2] virtio-net: Example Patch for using BPF

2018-06-25 Thread Sameeh Jubran
From: Sameeh Jubran This commit is a sample only for using the libbpf in the code and shouldn't be committed. Signed-off-by: Sameeh Jubran --- hw/net/Makefile.objs | 4 hw/net/virtio-net.c | 4 2 files changed, 8 insertions(+) diff --git a/hw/net/Makefile.objs