aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/powerpc-hcalls.py
diff options
context:
space:
mode:
authorXuan Zhuo <[email protected]>2024-10-29 16:46:14 +0800
committerPaolo Abeni <[email protected]>2024-11-05 11:37:40 +0100
commit47008bb51c3e11c187dacc17af334bdca97c2dca (patch)
treea02b82d3a2ddb7199aad0efeb4f1ecafe5c439ac /tools/perf/scripts/python/powerpc-hcalls.py
parenta33f3df850750216f432b637a5020ad6a740cac1 (diff)
virtio_net: enable premapped mode for merge and small by default
Currently, the virtio core will perform a dma operation for each buffer. Although, the same page may be operated multiple times. In premapped mod, we can perform only one dma operation for the pages of the alloc frag. This is beneficial for the iommu device. kernel command line: intel_iommu=on iommu.passthrough=0 | strict=0 | strict=1 Before | 775496pps | 428614pps After | 1109316pps | 742853pps In the 6.11, we disabled this feature because a regress [1]. Now, we fix the problem and re-enable it. [1]: http://lore.kernel.org/all/[email protected] Tested-by: Darren Kenny <[email protected]> Signed-off-by: Xuan Zhuo <[email protected]> Acked-by: Jason Wang <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions