Re: [PATCH net-next 7/7] r8169: fix could not dump registers

2013-04-01 Thread Francois Romieu
Hayes Wang : > For new version of Fedora and Ubuntu, we see all 0xff when dumping > the hw regs through ethtool. Using a loop to read registers could > fix it. If it fixes a problem which lives outside of net-next, it should target "net", not "net-next". "new version" does not help when a commit

Re: [PATCH net-next 7/7] r8169: fix could not dump registers

2013-04-01 Thread Sergei Shtylyov
Hello. On 01-04-2013 17:55, Hayes Wang wrote: For new version of Fedora and Ubuntu, we see all 0xff when dumping the hw regs through ethtool. Using a loop to read registers could fix it. Signed-off-by: Hayes Wang --- drivers/net/ethernet/realtek/r8169.c | 6 +- 1 file changed, 5 inse

[PATCH net-next 7/7] r8169: fix could not dump registers

2013-04-01 Thread Hayes Wang
For new version of Fedora and Ubuntu, we see all 0xff when dumping the hw regs through ethtool. Using a loop to read registers could fix it. Signed-off-by: Hayes Wang --- drivers/net/ethernet/realtek/r8169.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/net/eth