[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180424.101809.1309625246933780728.davem@davemloft.net>
Date: Tue, 24 Apr 2018 10:18:09 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: talgi@...lanox.com
Cc: netdev@...r.kernel.org, tariqt@...lanox.com, saeedm@...lanox.com,
f.fainelli@...il.com, andrew.gospodarek@...adcom.com
Subject: Re: [PATCH net-next V3 0/3] Introduce adaptive TX interrupt
moderation to net DIM
From: Tal Gilboa <talgi@...lanox.com>
Date: Tue, 24 Apr 2018 13:36:00 +0300
> 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.
I have no problem with this, series applied, thanks.
Although I have to say that I've always been suspicious of adaptive moderation
schemes, especially if implemented in software.
My thinking was that at these kinds of link speeds, the conditions of the link
change so fast that whatever state you've measured changes by the time you
commit new settings to the chip.
It obviously helps, so I must be missing some piece of the puzzle in my mental
analysis :-)
Powered by blists - more mailing lists