Skip to content
Commit 390e96ec authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents 3bd3b9ed 366a88fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment