commit | 7b8a28787e2ba671eaeb073e3b62fb4786338a09 | [log] [tgz] |
---|---|---|
author | Arthur Kiyanovski <akiyano@amazon.com> | Mon Sep 16 14:31:34 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 16 22:06:02 2019 +0200 |
tree | f53251954d525fdfb4e5395f219624ca3c32a801 | |
parent | 3ced8cbdf7ddb3160ffa714a91040dd18f39a12c [diff] |
net: ena: fix update of interrupt moderation register Current implementation always updates the interrupt register with the smoothed_interval of the rx_ring. However this should be done only in case of adaptive interrupt moderation. If non-adaptive interrupt moderation is used, the non-adaptive interrupt moderation interval should be used. This commit fixes that. Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>