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

2020-11-13 Thread Antonio Cardace
On Fri, Nov 13, 2020 at 12:45:22PM +0100, Michal Kubecek wrote: > On Thu, Nov 12, 2020 at 04:12:29PM +0100, Antonio Cardace wrote: > > Add ethtool ring and coalesce settings support for testing. > > > > Signed-off-by: Antonio Cardace > > --- > > drivers/net/netdevsim/ethtool.c | 65 +++

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

2020-11-13 Thread Michal Kubecek
On Thu, Nov 12, 2020 at 04:12:29PM +0100, Antonio Cardace wrote: > Add ethtool ring and coalesce settings support for testing. > > Signed-off-by: Antonio Cardace > --- > drivers/net/netdevsim/ethtool.c | 65 +++ > drivers/net/netdevsim/netdevsim.h | 9 - > 2 fi

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

2020-11-12 Thread Jakub Kicinski
On Thu, 12 Nov 2020 16:12:29 +0100 Antonio Cardace wrote: > Add ethtool ring and coalesce settings support for testing. > > Signed-off-by: Antonio Cardace Please add a test to tools/testing/.../netdevsim/ We don't add functionality to netdevsim unless there is a in-tree test that exercises it.

[PATCH net-next 1/1] netdevsim: support ethtool ring and coalesce settings

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