Re: [PATCH ethtool V3 1/2] ethtool: Add copybreak support

2015-09-05 Thread Ben Hutchings
On Thu, 2015-06-11 at 15:15 +0300, Hadar Hen Zion wrote: > From: Govindarajulu Varadarajan <_gov...@gmx.com> > > Add support for setting/getting driver's tx/rx_copybreak value. > > Copybreak is handled through a new ethtool tunable interface. > > The kernel support was added in 3.18, commit f0db

Re: [PATCH ethtool V3 1/2] ethtool: Add copybreak support

2015-09-05 Thread Ben Hutchings
On Thu, 2015-06-11 at 15:15 +0300, Hadar Hen Zion wrote: > From: Govindarajulu Varadarajan <_gov...@gmx.com> > > Add support for setting/getting driver's tx/rx_copybreak value. > > Copybreak is handled through a new ethtool tunable interface. > > The kernel support was added in 3.18, commit f0db

[PATCH ethtool V3 1/2] ethtool: Add copybreak support

2015-06-11 Thread Hadar Hen Zion
From: Govindarajulu Varadarajan <_gov...@gmx.com> Add support for setting/getting driver's tx/rx_copybreak value. Copybreak is handled through a new ethtool tunable interface. The kernel support was added in 3.18, commit f0db9b07341 "ethtool: Add generic options for tunables" Signed-off-by: Gov