[PATCH V4 5/8] net/ethtool: support set coalesce per queue

2016-02-08 Thread Kan Liang
From: Kan Liang This patch implements sub command ETHTOOL_SCOALESCE for ioctl ETHTOOL_PERQUEUE. It introduces an interface set_per_queue_coalesce to set coalesce of each masked queue to device driver. The wanted coalesce information are stored in "data" for each masked queue, which can copy from

Re: [PATCH V4 5/8] net/ethtool: support set coalesce per queue

2016-02-14 Thread Ben Hutchings
On Mon, 2016-02-08 at 02:45 -0500, Kan Liang wrote: > From: Kan Liang > > This patch implements sub command ETHTOOL_SCOALESCE for ioctl > ETHTOOL_PERQUEUE. It introduces an interface set_per_queue_coalesce to > set coalesce of each masked queue to device driver. The wanted coalesce > information