Hi Ben, This series add support for setting/getting driver's tx/rx_copybreak value.
Copybreak is handled through a new ethtool tunable interface. The kernel support will be avilable from kernel 4.2, commit "net/ethtool: Add current supported tunable options". The series was originally sent by Govindarajulu Varadarajan, I fixed the comments and resend the series. Thanks, Hadar Changes form V2: - Change "-B/-b" to generic tunable option. - Remove tunable names from user space, defined tunable strings names in the kernel. - Remove the third patch - "ethtool-copy.h: Sync with net-next 3.17.0-rc7" Govindarajulu Varadarajan (2): ethtool: Add copybreak support ethtool.8.in: Add man page for tunable copybreak ethtool-copy.h | 1 + ethtool.8.in | 20 +++++ ethtool.c | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 248 insertions(+) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html