]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ena-implement-adaptive-interrupt-moderation-using-dim'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Sep 2019 20:06:03 +0000 (22:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Sep 2019 20:06:03 +0000 (22:06 +0200)
commita23ed89f543ad8c7314239eb3b6c23d6752a208c
treeb8110d3f7480f504771f6e3f13782741eb4c34ef
parenta4b5e2a4cb5e0f656ba12bb4f25380f1349b2664
parentc8e5b03ba66efa19afd10f71c86454a96380892c
Merge branch 'net-ena-implement-adaptive-interrupt-moderation-using-dim'

Arthur Kiyanovski says:

====================
net: ena: implement adaptive interrupt moderation using dim

In this patchset we replace our adaptive interrupt moderation
implementation with the dim library implementation.
The dim library showed great improvement in throughput, latency
and CPU usage in different scenarios on ARM CPUs.
This patchset also includes a few bug fixes to the parts of the
old implementation of adaptive interrupt moderation that were left.

Changes from V1 patchset:
Removed stray empty lines from patches 01/11, 09/11.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>