diff options
| author | Ian Campbell <[email protected]> | 2011-10-05 00:28:46 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2011-10-05 17:36:00 -0400 |
| commit | ea066ad158631f5a31b1a5b636cf68120494ed23 (patch) | |
| tree | 0b308b59b41b4d612ec1c6d9d38c23bf61127383 /tools/perf/scripts/python | |
| parent | 94d60a7bc700f50720286e423ab1540ffedd5c15 (diff) | |
xen: netback: convert to SKB paged frag API.
netback currently uses frag->page to store a temporary index reference while
processing incoming requests. Since frag->page is to become opaque switch
instead to using page_offset. Add a wrapper to tidy this up and propagate the
fact that the indexes are only u16 through the code (this was already true in
practice but unsigned long and in were inconsistently used as variable and
parameter types)
Signed-off-by: Ian Campbell <[email protected]>
Cc: Ian Campbell <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions