From: Stephen Hemminger <stephen@networkplumber.org>
To: Ophir Munk <ophirmu@mellanox.com>
Cc: dev@dpdk.org, Thomas Monjalon <thomas@monjalon.net>,
Olga Shern <olgas@mellanox.com>,
Pascal Mazon <pascal.mazon@6wind.com>
Subject: Re: [dpdk-dev] [RFC 1/2] net/tap: add eBPF to TAP device
Date: Thu, 30 Nov 2017 08:47:36 -0800 [thread overview]
Message-ID: <20171130084736.6a04c2ed@xeon-e3> (raw)
In-Reply-To: <1512028870-13597-1-git-send-email-ophirmu@mellanox.com>
On Thu, 30 Nov 2017 08:01:09 +0000
Ophir Munk <ophirmu@mellanox.com> wrote:
> diff --git a/drivers/net/tap/tap_bpf_elf.h b/drivers/net/tap/tap_bpf_elf.h
> new file mode 100644
> index 0000000..f3db1bf
> --- /dev/null
> +++ b/drivers/net/tap/tap_bpf_elf.h
> @@ -0,0 +1,56 @@
> +/*******************************************************************************
> +
> + Copyright (C) 2015 Daniel Borkmann <daniel@iogearbox.net>
> +
> + Copied from iproute2's include/bpf_elf.h, available at:
> + https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
> +
> + This file is licensed under GNU General Public License (GPL) v2.
> +
> + The full GNU General Public License is included in this distribution in
> + the file called "LICENSE.GPL".
> +
> +*******************************************************************************/
> +
> +
> +#ifndef __BPF_ELF__
> +#define __BPF_ELF__
> +
> +#include <asm/types.h>
You can't mix BSD and GPL licenses in DPDK.
That includes headers.
next prev parent reply other threads:[~2017-11-30 16:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-30 8:01 Ophir Munk
2017-11-30 8:01 ` [dpdk-dev] [RFC 2/2] net/tap: add eBPF instructions Ophir Munk
2017-11-30 16:54 ` Stephen Hemminger
2017-11-30 17:05 ` Thomas Monjalon
2017-11-30 17:20 ` Stephen Hemminger
2017-11-30 17:39 ` Thomas Monjalon
2017-12-05 7:59 ` Pascal Mazon
2017-12-13 9:58 ` Ophir Munk
2017-11-30 16:47 ` Stephen Hemminger [this message]
2017-11-30 16:54 ` [dpdk-dev] [RFC 1/2] net/tap: add eBPF to TAP device Thomas Monjalon
2017-12-05 7:53 ` Pascal Mazon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171130084736.6a04c2ed@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=olgas@mellanox.com \
--cc=ophirmu@mellanox.com \
--cc=pascal.mazon@6wind.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).