public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ethtool integration
@ 2005-12-22 13:16 Conio sandiago
  2005-12-22 20:01 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Conio sandiago @ 2005-12-22 13:16 UTC (permalink / raw)
  To: linux-kernel

Hi all
I need some help regarding handling ethtool.
i have developed a ethernet driver for my linux kernel.
 i want to run the ethtool on the kernel.
Now i want to know which command do i have to implement in my driver ?
please help
conio

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

* Re: ethtool integration
  2005-12-22 13:16 ethtool integration Conio sandiago
@ 2005-12-22 20:01 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-12-22 20:01 UTC (permalink / raw)
  To: Conio sandiago; +Cc: linux-kernel

Conio sandiago wrote:
> Hi all
> I need some help regarding handling ethtool.
> i have developed a ethernet driver for my linux kernel.
>  i want to run the ethtool on the kernel.
> Now i want to know which command do i have to implement in my driver ?

Take a look at tons of existing ethernet drivers in the Linux kernel, 
for examples.

You need to implement one or more functions of struct ethtool_ops.

	Jeff




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

end of thread, other threads:[~2005-12-22 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-22 13:16 ethtool integration Conio sandiago
2005-12-22 20:01 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox