Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net/dim: Rename *_get_profile() functions to *_get_rx_moderation() | Tal Gilboa | 2018-04-24 | 1 | -4/+4 |
| | | | | | | | | Preparation for introducing adaptive TX to net DIM. Signed-off-by: Tal Gilboa <talgi@mellanox.com> Reviewed-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | bnxt_en: add support for software dynamic interrupt moderation | Andy Gospodarek | 2018-01-10 | 1 | -0/+32 |
This implements the changes needed for the bnxt_en driver to add support for dynamic interrupt moderation per ring. This does add additional counters in the receive path, but testing shows that any additional instructions are offset by throughput gain when the default configuration is for low latency. Signed-off-by: Andy Gospodarek <gospo@broadcom.com> Acked-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net> |