Re: [PATCH net-next v7 08/17] ethtool: move string arrays into common file

2019-10-10 Thread Jiri Pirko
Wed, Oct 09, 2019 at 10:59:24PM CEST, mkube...@suse.cz wrote: >Introduce file net/ethtool/common.c for code shared by ioctl and netlink >ethtool interface. Move name tables of features, RSS hash functions, >tunables and PHY tunables into this file. > >Signed-off-by: Michal Kubecek Reviewed-by:

[PATCH net-next v7 08/17] ethtool: move string arrays into common file

2019-10-09 Thread Michal Kubecek
Introduce file net/ethtool/common.c for code shared by ioctl and netlink ethtool interface. Move name tables of features, RSS hash functions, tunables and PHY tunables into this file. Signed-off-by: Michal Kubecek --- net/ethtool/Makefile | 2 +- net/ethtool/common.c | 85