[RFC 1/1] ethtool: support per queue coalesce options

2015-12-08 Thread kan . liang
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

Re: [RFC 1/1] ethtool: support per queue coalesce options

2015-12-08 Thread Shannon Nelson
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 > +++