]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-DIM-tx'
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Apr 2018 14:15:08 +0000 (10:15 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Apr 2018 14:15:08 +0000 (10:15 -0400)
commit5f3e03920f008ca9f57981fea4848f74e19b0b3a
tree7b827a4eea65df7545747923b5223e0d0bc25a43
parent22c7a023e290199a08b00467e331958afd44415c
parent021a71c958d8024f7192135eaa7e83121891d942
Merge branch 'net-DIM-tx'

Tal Gilboa says:

====================
Introduce adaptive TX interrupt moderation to net DIM

Net DIM is a library designed for dynamic interrupt moderation. It was
implemented and optimized with receive side interrupts in mind, since these
are usually the CPU expensive ones. This patch-set introduces adaptive transmit
interrupt moderation to net DIM, complete with a usage in the mlx5e driver.
Using adaptive TX behavior would reduce interrupt rate for multiple scenarios.
Furthermore, it is essential for increasing bandwidth on cases where payload
aggregation is required.

v3: Remove "inline" from functions in .c files (requested by DaveM). Revert
adding "enabled" field from struct net_dim and applied mlx5e structural
suggestions (suggested by SaeedM).

v2: Rebase over proper tree.

v1: Fix compilation issues due to missed function renaming.
====================

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