aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorUrsula Braun <[email protected]>2018-06-28 19:05:06 +0200
committerDavid S. Miller <[email protected]>2018-06-30 20:42:25 +0900
commite82f2e31f5597a3de44bd27b7427f577f637c552 (patch)
treec9926ddd6e37961804a2ee7e9966ddeb5281d4e7 /tools/perf/scripts/python/export-to-postgresql.py
parent0afff91c6f5ecef27715ea71e34dc2baacba1060 (diff)
net/smc: optimize consumer cursor updates
The SMC protocol requires to send a separate consumer cursor update, if it cannot be piggybacked to updates of the producer cursor. Currently the decision to send a separate consumer cursor update just considers the amount of data already received by the socket program. It does not consider the amount of data already arrived, but not yet consumed by the receiver. Basing the decision on the difference between already confirmed and already arrived data (instead of difference between already confirmed and already consumed data), may lead to a somewhat earlier consumer cursor update send in fast unidirectional traffic scenarios, and thus to better throughput. Signed-off-by: Ursula Braun <[email protected]> Suggested-by: Thomas Richter <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions