commit | d4ad30b182305ecf97f145a5d4d1fd9e728c6d01 | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <_govind@gmx.com> | Wed Sep 03 03:17:21 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 05 12:12:20 2014 -0700 |
tree | 5b3552c3f19957d3caaa32a86ccf91ba788e0900 | |
parent | f0db9b073415848709dd59a6394969882f517da9 [diff] |
enic: Add tunable_ops support for rx_copybreak This patch adds support for setting/getting rx_copybreak using generic ethtool tunable. Defines enic_get_tunable() & enic_set_tunable() to get/set rx_copybreak. As of now, these two function supports only rx_copybreak. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>