RE: [RFC 2/5] net/ethtool: support get coalesce per queue

2015-12-21 Thread Liang, Kan
> On Thu, 2015-12-17 at 06:51 +, kan.li...@intel.com wrote: > > From: Kan Liang > > > > Device driver has to provide an interface to get per queue coalesce. > > The interrupt coalescing parameters of each masked queue will be > > copied back to user space one by one. >

Re: [RFC 2/5] net/ethtool: support get coalesce per queue

2015-12-18 Thread Ben Hutchings
On Thu, 2015-12-17 at 06:51 +, kan.li...@intel.com wrote: > From: Kan Liang > > Device driver has to provide an interface to get per queue coalesce. > The interrupt coalescing parameters of each masked queue will be > copied back to user space one by one. > >

[RFC 2/5] net/ethtool: support get coalesce per queue

2015-12-17 Thread kan . liang
From: Kan Liang Device driver has to provide an interface to get per queue coalesce. The interrupt coalescing parameters of each masked queue will be copied back to user space one by one. Signed-off-by: Kan Liang --- include/linux/ethtool.h | 5 -