aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJohn Fastabend <[email protected]>2016-02-16 21:18:28 -0800
committerDavid S. Miller <[email protected]>2016-02-17 09:47:36 -0500
commit9d35cf062e05be8b8b2b7dbc943cd95352cd90cb (patch)
treedbbad565c57ca460cfbe796fdc1fffc352137c9c /tools/perf/scripts/python/event_analyzing_sample.py
parent3b01cf56daf96acf9b155d6201d94bc8b4de218e (diff)
net: ixgbe: add minimal parser details for ixgbe
This adds an ixgbe data structure that is used to determine what headers:fields can be matched and in what order they are supported. For hardware devices this can be a bit tricky because typically only pre-programmed (firmware, ucode, rtl) parse graphs will be supported and we don't yet have an interface to change these from the OS. So its sort of a you get whatever your friendly vendor provides affair at the moment. In the future we can add the get routines and set routines to update this data structure. One interesting thing to note here is the data structure here identifies ethernet, ip, and tcp fields without having to hardcode them as enumerations or use other identifiers. Signed-off-by: John Fastabend <[email protected]> Acked-by: Jamal Hadi Salim <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions