netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <jakub.kicinski@netronome.com>
To: netdev@vger.kernel.org
Cc: oss-drivers@netronome.com, alexei.starovoitov@gmail.com,
	daniel@iogearbox.net,
	Jakub Kicinski <jakub.kicinski@netronome.com>
Subject: [PATCH net-next 09/15] nfp: bpf: remove unnecessary include of nfp_net.h
Date: Thu,  2 Nov 2017 23:31:03 -0700	[thread overview]
Message-ID: <20171103063109.9441-10-jakub.kicinski@netronome.com> (raw)
In-Reply-To: <20171103063109.9441-1-jakub.kicinski@netronome.com>

BPF offload's main header does not need to include nfp_net.h.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
---
 drivers/net/ethernet/netronome/nfp/bpf/main.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/netronome/nfp/bpf/main.h b/drivers/net/ethernet/netronome/nfp/bpf/main.h
index 85b7d9398cda..9f0df6a9786d 100644
--- a/drivers/net/ethernet/netronome/nfp/bpf/main.h
+++ b/drivers/net/ethernet/netronome/nfp/bpf/main.h
@@ -41,7 +41,6 @@
 #include <linux/types.h>
 
 #include "../nfp_asm.h"
-#include "../nfp_net.h"
 
 /* For branch fixup logic use up-most byte of branch instruction as scratch
  * area.  Remember to clear this before sending instructions to HW!
-- 
2.14.1

  parent reply	other threads:[~2017-11-03  6:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-03  6:30 [PATCH net-next 00/15] bpf: add offload as a first class citizen Jakub Kicinski
2017-11-03  6:30 ` [PATCH net-next 01/15] net: bpf: rename ndo_xdp to ndo_bpf Jakub Kicinski
2017-11-03  6:30 ` [PATCH net-next 02/15] bpf: offload: add infrastructure for loading programs for a specific netdev Jakub Kicinski
2017-11-03  6:30 ` [PATCH net-next 03/15] bpf: report offload info to user space Jakub Kicinski
2017-11-03  6:30 ` [PATCH net-next 04/15] bpftool: print program device bound info Jakub Kicinski
2017-11-03  6:30 ` [PATCH net-next 05/15] xdp: allow attaching programs loaded for specific device Jakub Kicinski
2017-11-03  6:31 ` [PATCH net-next 06/15] cls_bpf: " Jakub Kicinski
2017-11-03  6:31 ` [PATCH net-next 07/15] nfp: bpf: drop support for cls_bpf with legacy actions Jakub Kicinski
2017-11-03  6:31 ` [PATCH net-next 08/15] nfp: bpf: remove the register renumbering leftovers Jakub Kicinski
2017-11-03  6:31 ` Jakub Kicinski [this message]
2017-11-03  6:31 ` [PATCH net-next 10/15] nfp: bpf: refactor offload logic Jakub Kicinski
2017-11-03  6:31 ` [PATCH net-next 11/15] nfp: bpf: require seamless reload for program replace Jakub Kicinski
2017-11-03  6:31 ` [PATCH net-next 12/15] nfp: bpf: move program prepare and free into offload.c Jakub Kicinski
2017-11-03  6:31 ` [PATCH net-next 13/15] nfp: bpf: move translation prepare to offload.c Jakub Kicinski
2017-11-03  6:31 ` [PATCH net-next 14/15] nfp: bpf: move to new BPF program offload infrastructure Jakub Kicinski
2017-11-03  6:31 ` [PATCH net-next 15/15] bpf: remove old offload/analyzer Jakub Kicinski

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=20171103063109.9441-10-jakub.kicinski@netronome.com \
    --to=jakub.kicinski@netronome.com \
    --cc=alexei.starovoitov@gmail.com \
    --cc=daniel@iogearbox.net \
    --cc=netdev@vger.kernel.org \
    --cc=oss-drivers@netronome.com \
    /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).