OSDN Git Service

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)
commit390e96ec8e030819701fbeb089c50ef8cb71bc9a
tree3fa94accf68450c409d7532a68872e84d2f3aefc
parent3bd3b9ed1b602c065aa0b1ba109b9622afa6ff98
parent366a88fe2f40d6772985ec78cdd34df7f109bb88
Merge branch 'bpf-metadata-direct-access'

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>