diff options
| author | Jakub Kicinski <[email protected]> | 2018-11-27 22:24:48 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-11-30 13:30:44 -0800 |
| commit | 95862749674f598e979cb3ef2d18aec2e5d8bd29 (patch) | |
| tree | e1332f741a552545059a1d8865f135ce61f243d9 /tools/perf/scripts/python | |
| parent | 6015c71e656bb6895b416c31a8b7db457e45cecf (diff) | |
nfp: copy only the relevant part of the TX descriptor for frags
Chained descriptors for fragments need to duplicate all the descriptor
fields of the skb head, so we copy the descriptor and then modify the
relevant fields. This is wasteful, because the top half of the descriptor
will get overwritten entirely while the bottom half is not modified at all.
Copy only the bottom half. This saves us 0.3% of CPU in a GSO test.
Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Dirk van der Merwe <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions