]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'bpf-add-offload-as-a-first-class-citizen'
authorDavid S. Miller <davem@davemloft.net>
Sun, 5 Nov 2017 13:26:20 +0000 (22:26 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Nov 2017 13:26:20 +0000 (22:26 +0900)
commit8a3b718ac2c29abcba8e12636710cff3cee8c01b
tree8993f6c89d54cc54d2fb083635abe832d4f3b5bb
parent28e8c1914a20d020893978b67a6d2c618756bc3f
parentb37a530613104aa3f592376c67a462823298759c
Merge branch 'bpf-add-offload-as-a-first-class-citizen'

Jakub Kicinski says:

====================
bpf: add offload as a first class citizen

This series is my stab at what was discussed at a recent IOvisor
bi-weekly call.  The idea is to make the device translator run at
the program load time.  This makes the offload more explicit to
the user space.  It also makes it easy for the device translator
to insert information into the original verifier log.

v2:
 - include linux/bug.h instead of asm/bug.h;
 - rebased on top of Craig's verifier fix (no changes, the last patch
   just removes more code now).  I checked the set doesn't conflict
   with Jiri's, Josef's or Roman's patches, but missed Craig's fix :(
v1:
 - rename the ifindex member on load;
 - improve commit messages;
 - split nfp patches more.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>