aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorDaniel Borkmann <[email protected]>2017-09-25 02:25:55 +0200
committerDavid S. Miller <[email protected]>2017-09-26 13:36:44 -0700
commit366a88fe2f40d6772985ec78cdd34df7f109bb88 (patch)
tree3fa94accf68450c409d7532a68872e84d2f3aefc /tools/perf/scripts/python/stackcollapse.py
parent65d88fd0baaa5c9def9383ac696097911d4ceb73 (diff)
bpf, ixgbe: add meta data support
Implement support for transferring XDP meta data into skb for ixgbe driver; before calling into the program, xdp.data_meta points to xdp.data, where on program return with pass verdict, we call into skb_metadata_set(). We implement this for the default ixgbe_build_skb() variant. For the ixgbe_construct_skb() that is used when legacy-rx buffer mananagement mode is turned on via ethtool, I found that XDP gets 0 headroom, so neither xdp_adjust_head() nor xdp_adjust_meta() can be used with this. Just add a comment with explanation for this operating mode. Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Alexei Starovoitov <[email protected]> Acked-by: John Fastabend <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions