Re: [PATCH net-next v2 2/4] netdevsim: support ethtool ring and coalesce settings

2020-11-13 Thread Jakub Kicinski
On Fri, 13 Nov 2020 16:25:29 +0100 Antonio Cardace wrote: > +static int nsim_get_coalesce(struct net_device *dev, struct ethtool_coalesce > *coal) Please wrap at 80 chars. Please resend as a series (with a cover letter, patches are replies to the cover letter (I think git send-email --thread --n

[PATCH net-next v2 2/4] netdevsim: support ethtool ring and coalesce settings

2020-11-13 Thread Antonio Cardace
Add ethtool ring and coalesce settings support for testing. Signed-off-by: Antonio Cardace --- drivers/net/netdevsim/ethtool.c | 78 ++- drivers/net/netdevsim/netdevsim.h | 9 +++- 2 files changed, 75 insertions(+), 12 deletions(-) diff --git a/drivers/net/netdevs