commit | 1d86652b13e8404ee42b6575d97ed228e92547d6 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Mon Jun 29 16:55:22 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 01 15:27:09 2020 -0700 |
tree | c699a71f0ac72ed19949a049b4b20372c9de9423 | |
parent | 317a5740b70568f71ecdcf0db1aefad2e4b74811 [diff] |
net: ipa: reduce aggregation time limit Halve the time limit used when aggregation is enabled on an RX endpoint, to half a millisecond. Use DIV_ROUND_CLOSEST() to compute the value that represents the time period, to get better accuracy in the event the time limit is not an even multiple of the granularity. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>