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

2013-02-15 Thread David Miller
From: Kirill Kapranov Date: Fri, 15 Feb 2013 14:50:59 +0400 > NET/PHY: Eliminate the forced speed reduction algorithm. > In case of the fixed speed set up for NIC > (e.g. ethtool -s eth0 autoneg off speed 100 duplex full) > with ethernet cable plugged off, mentioned algorithm >

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

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

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

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

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

2013-02-15 Thread David Miller
From: Kirill Kapranov kapran...@inbox.ru Date: Fri, 15 Feb 2013 14:50:59 +0400 NET/PHY: Eliminate the forced speed reduction algorithm. In case of the fixed speed set up for NIC (e.g. ethtool -s eth0 autoneg off speed 100 duplex full) with ethernet cable plugged off, mentioned

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

2013-02-06 Thread Кирилл Капранов
> Kirill Kapranov : >> NET/PHY: Eliminate the forced speed reduction algorithm. >> In case of the fixed speed set up for NIC >> (e.g. ethtool -s eth0 autoneg off speed 100 duplex full) >> with ethernet cable plugged off, mentioned algorithm >> slows down NIC speed, so the further "hooking up"

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

2013-02-06 Thread Кирилл Капранов
Kirill Kapranov kapran...@inbox.ru : NET/PHY: Eliminate the forced speed reduction algorithm. In case of the fixed speed set up for NIC (e.g. ethtool -s eth0 autoneg off speed 100 duplex full) with ethernet cable plugged off, mentioned algorithm slows down NIC speed, so the further hooking

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

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

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

2013-01-26 Thread Francois Romieu
Kirill Kapranov kapran...@inbox.ru : NET/PHY: Eliminate the forced speed reduction algorithm. In case of the fixed speed set up for NIC (e.g. ethtool -s eth0 autoneg off speed 100 duplex full) with ethernet cable plugged off, mentioned algorithm slows down NIC speed, so the further hooking

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

2013-01-25 Thread Kirill Kapranov
NET/PHY: Eliminate the forced speed reduction algorithm. In case of the fixed speed set up for NIC (e.g. ethtool -s eth0 autoneg off speed 100 duplex full) with ethernet cable plugged off, mentioned algorithm slows down NIC speed, so the further "hooking up" gives no result. AFAIK, this behaviour

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

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