Re: [PATCH net-next V1] net/ethtool: Add current supported tunable options

2015-06-11 Thread David Miller
From: Hadar Hen Zion Date: Thu, 11 Jun 2015 10:28:16 +0300 > Add strings array of the current supported tunable options. > > Signed-off-by: Hadar Hen Zion > Reviewed-by: Amir Vadai > --- > Changes from V0: > - s/ETHTOOL_TUNABLE_COUNT/__ETHTOOL_TUNABLE_COUNT/ Applied, thank you. -- To unsubscr

[PATCH net-next V1] net/ethtool: Add current supported tunable options

2015-06-11 Thread Hadar Hen Zion
Add strings array of the current supported tunable options. Signed-off-by: Hadar Hen Zion Reviewed-by: Amir Vadai --- Changes from V0: - s/ETHTOOL_TUNABLE_COUNT/__ETHTOOL_TUNABLE_COUNT/ include/uapi/linux/ethtool.h | 6 ++ net/core/ethtool.c | 12 2 files changed, 1