[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170208194033.GA2162@redhat.com>
Date: Wed, 8 Feb 2017 17:40:33 -0200
From: Arnaldo Carvalho de Melo <acme@...hat.com>
To: "Wangnan (F)" <wangnan0@...wei.com>
Cc: Mickaël Salaün <mic@...ikod.net>,
linux-kernel@...r.kernel.org, Alexei Starovoitov <ast@...com>,
Daniel Borkmann <daniel@...earbox.net>,
"David S . Miller" <davem@...emloft.net>,
Joe Stringer <joe@....org>, netdev@...r.kernel.org
Subject: Re: [PATCH v3 1/5] bpf: Add missing header to the library
Em Wed, Feb 08, 2017 at 10:47:18AM +0800, Wangnan (F) escreveu:
> >+++ b/tools/lib/bpf/bpf.h
> >@@ -22,6 +22,7 @@
> > #define __BPF_BPF_H
> > #include <linux/bpf.h>
> >+#include <stddef.h>
> > int bpf_create_map(enum bpf_map_type map_type, int key_size, int value_size,
> > int max_entries, __u32 map_flags);
> Looks good to me.
>
> Thank you.
Applied, took the "Thank you" as an "Acked-by: Wang",
Regards,
- Arnaldo
Powered by blists - more mailing lists