netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 -next v2 0/2] f_bpf update
@ 2015-03-16 18:37 Daniel Borkmann
  2015-03-16 18:37 ` [PATCH iproute2 -next v2 1/2] misc: header rebase, add bpf.h Daniel Borkmann
  2015-03-16 18:37 ` [PATCH iproute2 -next v2 2/2] tc: add eBPF support to f_bpf Daniel Borkmann
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Borkmann @ 2015-03-16 18:37 UTC (permalink / raw)
  To: stephen; +Cc: jhs, jiri, ast, netdev, Daniel Borkmann

Stephen,

Patch 1 can optionally be dropped when you do the header rebase yourself. I
have included it here just in case.

Thanks a lot!

v1->v2:
  - Elaborated on comment in patch2 as suggested by Alexei
  - Rest as is

Daniel Borkmann (2):
  misc: header rebase, add bpf.h
  tc: add eBPF support to f_bpf

 configure           |  26 ++++
 include/linux/bpf.h | 183 ++++++++++++++++++++++++
 include/utils.h     |   5 +
 tc/Makefile         |   5 +
 tc/f_bpf.c          |  36 +++--
 tc/tc_bpf.c         | 392 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tc/tc_bpf.h         |  58 +++++++-
 7 files changed, 694 insertions(+), 11 deletions(-)
 create mode 100644 include/linux/bpf.h

-- 
1.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-24 22:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 18:37 [PATCH iproute2 -next v2 0/2] f_bpf update Daniel Borkmann
2015-03-16 18:37 ` [PATCH iproute2 -next v2 1/2] misc: header rebase, add bpf.h Daniel Borkmann
2015-03-16 18:37 ` [PATCH iproute2 -next v2 2/2] tc: add eBPF support to f_bpf Daniel Borkmann
2015-03-16 21:23   ` Alexei Starovoitov
2015-03-24 22:27   ` Stephen Hemminger

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).