Re: [PATCH net-next V1 0/4] Introduce adaptive TX interrupt moderation to net DIM

2018-04-01 Thread David Miller
From: Tal Gilboa Date: Sun, 1 Apr 2018 23:28:13 +0300 > v1: Fix compilation issues due to missed function renaming. This doesn't even apply cleanly to net-next, always generate your patch series against the current state of the GIT tree. Applying: net/dim: Rename *_get_profile() functions to *

[PATCH net-next V1 0/4] Introduce adaptive TX interrupt moderation to net DIM

2018-04-01 Thread Tal Gilboa
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 driv