aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2024-03-29 09:55:11 -0500
committerJason Gunthorpe <[email protected]>2024-04-22 16:54:33 -0300
commit23bc06af547f2ca3b7d345e09fd8d04575406274 (patch)
tree83be7d44282435b82d30a51f6b109f0e288c6d69 /tools/perf/scripts/python/export-to-postgresql.py
parent3d807a3ebc48a2e1685ebfa9d26ea2c9ceb9c53e (diff)
RDMA/rxe: Don't call direct between tasks
Replace calls to rxe_run_task() with rxe_sched_task(). This prevents the tasks from all running on the same cpu. This change slightly reduces performance for single qp send and write benchmarks in loopback mode but greatly improves the performance with multiple qps because if run task is used all the work tends to be performed on one cpu. For actual on the wire benchmarks there is no noticeable performance change. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bob Pearson <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions