Re: [PATCH net-next 2/3] ethtool: add rx_copybreak support
From: Govindarajulu Varadarajan <hidden>
Date: 2014-07-22 19:12:40
From: Govindarajulu Varadarajan <hidden>
Date: 2014-07-22 19:12:40
On Tue, 22 Jul 2014, Ben Hutchings wrote:
No, you can't do that either. Basically you can't change the size or layout of any of the ethtool structures.
Ok. Can you suggest me how I should add rx_copybreak to ethtool? May be add another function, set/get_rxcopybreak(), to ethtool_ops? Thanks