Re: [PATCH] NET/PHY: Eliminate the forced speed reduction algorithm

2013-02-25 Thread David Miller
From: Kirill Kapranov Date: Mon, 25 Feb 2013 16:25:18 +0400 To be completely honest with you, I'm really getting tired of making corrections to this one simple patch submission. > From Kirill Kapranov , It makes no sense to mention multiple email addresses in your authorship line, reduce it

[PATCH] NET/PHY: Eliminate the forced speed reduction algorithm

2013-02-25 Thread Kirill Kapranov
>From Kirill Kapranov , NET/PHY: Eliminate the forced speed reduction algorithm. In case of fixed speed set up for a NIC (e.g. ethtool -s eth0 autoneg off speed 100 duplex full) with an ethernet cable plugged off, the mentioned algorithm slows down a NIC speed, so further hooking up a cable

[PATCH] NET/PHY: Eliminate the forced speed reduction algorithm

2013-02-25 Thread Kirill Kapranov
From Kirill Kapranov k...@nita.ru,kapran...@inbox.ru NET/PHY: Eliminate the forced speed reduction algorithm. In case of fixed speed set up for a NIC (e.g. ethtool -s eth0 autoneg off speed 100 duplex full) with an ethernet cable plugged off, the mentioned algorithm slows down a NIC speed, so

Re: [PATCH] NET/PHY: Eliminate the forced speed reduction algorithm

2013-02-25 Thread David Miller
From: Kirill Kapranov kapran...@inbox.ru Date: Mon, 25 Feb 2013 16:25:18 +0400 To be completely honest with you, I'm really getting tired of making corrections to this one simple patch submission. From Kirill Kapranov k...@nita.ru,kapran...@inbox.ru It makes no sense to mention multiple

Re: [PATCH] NET/PHY: Eliminate the forced speed reduction algorithm.

2013-02-19 Thread David Miller
From: Kirill Kapranov Date: Tue, 19 Feb 2013 13:53:48 +0400 > Tested at 2.6.38.7, applicable up to for 3.0.4. > Signed-off-by: Kirill Kapranov , > --- linux/drivers/net/phy/phy.c.orig 2011-05-22 02:13:59.0 +0400 > +++ linux/drivers/net/phy/phy.c 2012-04-28 12:49:37.0

[PATCH] NET/PHY: Eliminate the forced speed reduction algorithm.

2013-02-19 Thread Kirill Kapranov
NET/PHY: Eliminate the forced speed reduction algorithm. The purpose of the introduced patch is deletion of the forced speed reduction algorithm realisation from the driver module "phy". The above mentioned algorithm works in the following way: if the phy detected unlink line state (connector

[PATCH] NET/PHY: Eliminate the forced speed reduction algorithm.

2013-02-19 Thread Kirill Kapranov
NET/PHY: Eliminate the forced speed reduction algorithm. The purpose of the introduced patch is deletion of the forced speed reduction algorithm realisation from the driver module phy. The above mentioned algorithm works in the following way: if the phy detected unlink line state (connector

Re: [PATCH] NET/PHY: Eliminate the forced speed reduction algorithm.

2013-02-19 Thread David Miller
From: Kirill Kapranov kapran...@inbox.ru Date: Tue, 19 Feb 2013 13:53:48 +0400 Tested at 2.6.38.7, applicable up to for 3.0.4. Signed-off-by: Kirill Kapranov k...@nita.ru,kapran...@inbox.ru --- linux/drivers/net/phy/phy.c.orig 2011-05-22 02:13:59.0 +0400 +++