[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140601080546.GB29062@gmail.com>
Date: Sun, 1 Jun 2014 10:05:46 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Alexei Starovoitov <ast@...mgrid.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Steven Rostedt <rostedt@...dmis.org>,
Daniel Borkmann <dborkman@...hat.com>,
Chema Gonzalez <chema@...gle.com>,
Eric Dumazet <edumazet@...gle.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Arnaldo Carvalho de Melo <acme@...radead.org>,
Jiri Olsa <jolsa@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next 0/2] split BPF out of core networking
* Alexei Starovoitov <ast@...mgrid.com> wrote:
> This patch set splits BPF out of core networking into generic component
> net: filter: split filter.c into two files
> net: filter: split BPF out of core networking
>
> arch/Kconfig | 3 +-
> include/linux/filter.h | 2 +
> net/Kconfig | 4 +
> net/Makefile | 1 +
> net/bpf/Makefile | 5 +
> net/bpf/core.c | 1063 ++++++++++++++++++++++++++++++++++++++++++++++++
> net/core/filter.c | 1023 +---------------------------------------------
> 7 files changed, 1079 insertions(+), 1022 deletions(-)
> create mode 100644 net/bpf/Makefile
> create mode 100644 net/bpf/core.c
I like the splitup, but please put it into lib/bpf/ or kernel/bpf/ to
signal its 'generic', 'core' nature, to be used in many subsystems
outside of networking.
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists