On Mon, Dec 7, 2015 at 8:44 PM, wrote:
> From: Kan Liang
>
> Intruduce new coalesce option "queue" to get/set coalesce value to
s/Intruduce/Introduce/
[...]
> diff --git a/ethtool.c b/ethtool.c
> index 92c40b8..7c644db 100644
> --- a/ethtool.c
> +++ b/ethtool.c
> @@ -1178,6 +1178,12 @@ static
From: Kan Liang
Intruduce new coalesce option "queue" to get/set coalesce value to
specific queue. If the queue is set to -1, the value will be applied to
all queues.
Example,
[ethtool]$ sudo ./ethtool -C eth5 queue 4 rx-usecs 10 tx-usecs 20
[ethtool]$ sudo ./ethtool -C eth5 queue 8 rx-usecs