Re: [PATCH ethtool 1/2] ethtool: add support for get/set ethtool_tunable

2020-07-17 Thread Govindarajulu Varadarajan (gvaradar)
On Sun, 2020-07-05 at 00:50 +0200, Michal Kubecek wrote: > On Mon, Jun 08, 2020 at 10:52:54AM -0700, Govindarajulu Varadarajan wrote: > > Add support for ETHTOOL_GTUNABLE and ETHTOOL_STUNABLE options. > > > > Tested rx-copybreak on enic driver. Tested ETHTOOL_TUNNABLE_STRING >

Re: [PATCH ethtool 1/2] ethtool: add support for get/set ethtool_tunable

2020-07-04 Thread Michal Kubecek
I'm sorry it took me so long to get to this patch; I wanted to review it two weeks ago but we had problems with e-mail migration and it took me some time to recover missing mails. On Mon, Jun 08, 2020 at 10:52:54AM -0700, Govindarajulu Varadarajan wrote: > Add support for ETHTOOL_GTUNABLE and ETHT

[PATCH ethtool 1/2] ethtool: add support for get/set ethtool_tunable

2020-06-08 Thread Govindarajulu Varadarajan
Add support for ETHTOOL_GTUNABLE and ETHTOOL_STUNABLE options. Tested rx-copybreak on enic driver. Tested ETHTOOL_TUNNABLE_STRING options with test/debug changes in kernel. Signed-off-by: Govindarajulu Varadarajan --- ethtool.c | 227 ++ 1 fil