netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Remove rx_copybreak module param, use ethtool to change its value
@ 2014-09-16 20:51 Govindarajulu Varadarajan
  2014-09-16 20:51 ` [PATCH net-next 1/3] typhoon: use ethtool for changing rx_copybreak Govindarajulu Varadarajan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Govindarajulu Varadarajan @ 2014-09-16 20:51 UTC (permalink / raw)
  To: davem, netdev
  Cc: Govindarajulu Varadarajan, David Dillow, Don Fry, Francois Romieu

Recently rx_copybreak support for ethtool has been added in
commit: f0db9b073415848709dd59a6394969882f517da9
	ethtool: Add generic options for tunables
we can use ethtool to change the rx_copybreak value.

This series removes the rx_copybreak module param and adds ethtool support for
the same.

I could only compile test the changes. I do not have the hardware.

Cc: David Dillow <dave@thedillows.org>
Cc: Don Fry <pcnet32@frontier.com>
Cc: Francois Romieu <romieu@fr.zoreil.com>

Govindarajulu Varadarajan (3):
  typhoon: use ethtool for changing rx_copybreak
  pcnet32: use ethtool for changing rx_copybreak
  sis190: use ethtool for changing rx_copybreak

 drivers/net/ethernet/3com/typhoon.c | 49 ++++++++++++++++++++++++++++++++-----
 drivers/net/ethernet/amd/pcnet32.c  | 49 +++++++++++++++++++++++++++++++++----
 drivers/net/ethernet/sis/sis190.c   | 47 ++++++++++++++++++++++++++++++++---
 3 files changed, 130 insertions(+), 15 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-16 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 20:51 [PATCH net-next 0/3] Remove rx_copybreak module param, use ethtool to change its value Govindarajulu Varadarajan
2014-09-16 20:51 ` [PATCH net-next 1/3] typhoon: use ethtool for changing rx_copybreak Govindarajulu Varadarajan
2014-09-16 20:51 ` [PATCH net-next 2/3] pcnet32: " Govindarajulu Varadarajan
2014-09-16 20:51 ` [PATCH net-next 3/3] sis190: " Govindarajulu Varadarajan
2014-09-16 20:57 ` [PATCH net-next 0/3] Remove rx_copybreak module param, use ethtool to change its value David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).