aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorDon Skidmore <[email protected]>2014-01-16 02:30:08 -0800
committerDavid S. Miller <[email protected]>2014-01-16 15:34:24 -0800
commit87e70ab9088fc81e02bffa30e71eb1a18891608b (patch)
treefc8ccdfbbfc49f3d89814f7ca494872c0c7426fb /tools/perf/scripts/python/event_analyzing_sample.py
parent27ae296716e527e5e5f0b54bc92739a2864d2b9a (diff)
ixgbevf: Convert ring storage form pointer to an array to array of pointers
This will change how we store rings arrays in the adapter sturct. We use to have a pointer to an array now we will be using an array of pointers. This will allow us to support multiple queues on muliple nodes at some point we would be able to reallocate the rings so that each is on a local node if needed. Signed-off-by: Alexander Duyck <[email protected]> Signed-off-by: Don Skidmore <[email protected]> Tested-by: Phil Schmitt <[email protected]> Signed-off-by: Aaron Brown <[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