aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorPaolo Abeni <[email protected]>2016-12-02 17:35:49 +0100
committerDavid S. Miller <[email protected]>2016-12-03 16:14:48 -0500
commit363dc73acacbbcdae98acf5612303e9770e04b1d (patch)
tree68077749dd6983143b8c58a8167ccbdb2448f7c7 /tools/perf/scripts/python/event_analyzing_sample.py
parent12efa1fa43968fcb707e806dc119df499c17ac2c (diff)
udp: be less conservative with sock rmem accounting
Before commit 850cbaddb52d ("udp: use it's own memory accounting schema"), the udp protocol allowed sk_rmem_alloc to grow beyond the rcvbuf by the whole current packet's truesize. After said commit we allow sk_rmem_alloc to exceed the rcvbuf only if the receive queue is empty. As reported by Jesper this cause a performance regression for some (small) values of rcvbuf. This commit is intended to fix the regression restoring the old handling of the rcvbuf limit. Reported-by: Jesper Dangaard Brouer <[email protected]> Fixes: 850cbaddb52d ("udp: use it's own memory accounting schema") Signed-off-by: Paolo Abeni <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions