aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorArthur Kiyanovski <akiyano@amazon.com>2018-10-11 04:26:23 -0400
committerDavid S. Miller <davem@davemloft.net>2018-10-11 13:13:51 -0400
commit0574bb806dad29a3dada0ee42b01645477d48282 (patch)
tree90ca00914c5a65cb39a81bb496f9c22dee112ba7 /tools/perf/scripts/python/bin/export-to-postgresql-report
parentbd791175a6432d24fc5d7b348304276027372545 (diff)
net: ena: limit refill Rx threshold to 256 to avoid latency issues
Currently Rx refill is done when the number of required descriptors is above 1/8 queue size. With a default of 1024 entries per queue the threshold is 128 descriptors. There is intention to increase the queue size to 8196 entries. In this case threshold of 1024 descriptors is too large and can hurt latency. Add another limitation to Rx threshold to be at most 256 descriptors. Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions