All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Stephen Hemminger <stephen@networkplumber.org>,
	Ophir Munk <ophirmu@mellanox.com>
Cc: dev@dpdk.org, Olga Shern <olgas@mellanox.com>,
	Pascal Mazon <pascal.mazon@6wind.com>
Subject: Re: [RFC 1/2] net/tap: add eBPF to TAP device
Date: Thu, 30 Nov 2017 17:54:03 +0100	[thread overview]
Message-ID: <1957516.jeWhpFXUaF@xps> (raw)
In-Reply-To: <20171130084736.6a04c2ed@xeon-e3>

30/11/2017 17:47, Stephen Hemminger:
> 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.

Yes
Anyway these headers must removed because they do not seem needed.

  reply	other threads:[~2017-11-30 16:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-30  8:01 [RFC 1/2] net/tap: add eBPF to TAP device Ophir Munk
2017-11-30  8:01 ` [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 ` [RFC 1/2] net/tap: add eBPF to TAP device Stephen Hemminger
2017-11-30 16:54   ` Thomas Monjalon [this message]
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=1957516.jeWhpFXUaF@xps \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=olgas@mellanox.com \
    --cc=ophirmu@mellanox.com \
    --cc=pascal.mazon@6wind.com \
    --cc=stephen@networkplumber.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.