Re: [PATCH net-next v3 5/7] vmxnet3: add support for get_coalesce, set_coalesce ethtool operations

2016-06-14 Thread Ben Hutchings
On Mon, 2016-06-13 at 18:50 -0700, Shrikrishna Khare wrote: [...] > --- a/drivers/net/vmxnet3/vmxnet3_ethtool.c > +++ b/drivers/net/vmxnet3/vmxnet3_ethtool.c > @@ -725,6 +725,164 @@ vmxnet3_set_rss(struct net_device *netdev, const u32 > *p, const u8 *key, >  } >  #endif >   > +static int > +vmxnet

[PATCH net-next v3 5/7] vmxnet3: add support for get_coalesce, set_coalesce ethtool operations

2016-06-13 Thread Shrikrishna Khare
Signed-off-by: Keyong Sun Signed-off-by: Manoj Tammali Signed-off-by: Shrikrishna Khare --- drivers/net/vmxnet3/vmxnet3_defs.h| 33 ++- drivers/net/vmxnet3/vmxnet3_drv.c | 54 drivers/net/vmxnet3/vmxnet3_ethtool.c | 160 ++ drivers/net/