OSDN Git Service

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)
commit8399743a5a6796c8d5858ae3c5afc814201112d4
tree7b827a4eea65df7545747923b5223e0d0bc25a43
parentdb688c24eada63b1efe6d0d7d835e5c3bdd71fd3
parentcbce4f44479856cd4621e3dce531cfb078357b1f
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>