Re: [PATCH V5 4/8] net/ethtool: support get coalesce per queue

2016-02-16 Thread Ben Hutchings
On Tue, 2016-02-16 at 07:32 -0500, Kan Liang wrote: > From: Kan Liang > > This patch implements sub command ETHTOOL_GCOALESCE for ioctl > ETHTOOL_PERQUEUE. It introduces an interface get_per_queue_coalesce to > get coalesce of each masked queue from device driver. Then the interrupt > coalescing

[PATCH V5 4/8] net/ethtool: support get coalesce per queue

2016-02-16 Thread Kan Liang
From: Kan Liang This patch implements sub command ETHTOOL_GCOALESCE for ioctl ETHTOOL_PERQUEUE. It introduces an interface get_per_queue_coalesce to get coalesce of each masked queue from device driver. Then the interrupt coalescing parameters will be copied back to user space one by one. Signed