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

2020-11-18 Thread Jakub Kicinski
On Wed, 18 Nov 2020 18:18:24 +0100 Antonio Cardace wrote: > debugfs_create_bool("report_stats_tx", 0600, dir, > - &ns->ethtool.report_stats_tx); > + &ns->ethtool.pauseparam.report_stats_tx); Sorry missed that in v4, this belongs in the previous

[PATCH net-next v5 3/6] netdevsim: support ethtool ring and coalesce settings

2020-11-18 Thread Antonio Cardace
Add ethtool ring and coalesce settings support for testing. Signed-off-by: Antonio Cardace Reviewed-by: Michal Kubecek --- drivers/net/netdevsim/ethtool.c | 68 +-- drivers/net/netdevsim/netdevsim.h | 3 ++ 2 files changed, 67 insertions(+), 4 deletions(-) diff -