diff options
author | Arjun Roy <[email protected]> | 2020-06-07 18:54:41 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-06-08 19:08:17 -0700 |
commit | 3763a24c727ecf236358a81ee749e5fcab1c972a (patch) | |
tree | 9f841e8d82490893edf6d827a4a9bbc53f647d76 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 0e6fbe39bdf71b4e665767bcbf53567a3e6d0623 (diff) |
net-zerocopy: use vm_insert_pages() for tcp rcv zerocopy
Use vm_insert_pages() for tcp receive zerocopy. Spin lock cycles (as
reported by perf) drop from a couple of percentage points to a fraction of
a percent. This results in a roughly 6% increase in efficiency, measured
roughly as zerocopy receive count divided by CPU utilization.
The intention of this patchset is to reduce atomic ops for tcp zerocopy
receives, which normally hits the same spinlock multiple times
consecutively.
[[email protected]: suppress gcc-7.2.0 warning]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arjun Roy <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: Soheil Hassas Yeganeh <[email protected]>
Cc: David Miller <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions