Merge branch 'bpf-metadata-direct-access'
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Sep 2017 20:36:45 +0000 (13:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Sep 2017 20:36:45 +0000 (13:36 -0700)
Daniel Borkmann says:

====================
BPF metadata for direct access

This work enables generic transfer of metadata from XDP into skb,
meaning the packet has a flexible and programmable room for meta
data, which can later be used by BPF to set various skb members
when passing up the stack. For details, please see second patch.
Support has been implemented and tested with two drivers, and
should be straight forward to add to other drivers as well which
properly support head adjustment already.
====================

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

Trivial merge