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
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