Re: [PATCH, net-next] r8169: Deny functions membet of array rtl_work

2015-08-30 Thread Francois Romieu
Marian Corcodel : > Late may add another exceptions . Hard reset is also on close function > and probe function not need to be present after > link ok.rtl_reset_work figure like mirror on rtl_open with small exceptions. > > 2015-08-29 14:26 GMT+03:00 Francois Romieu : [...] > > Please don't send

Re: [PATCH, net-next] r8169: Deny functions membet of array rtl_work

2015-08-29 Thread Francois Romieu
Corcodel Marian : > Deny functions member of array rtl_work to run when link is > ok.After rtl8169_init_phy exist 10 sec timeout.On many cases link is ok and > no need to destroy all work. I won't figure what happens outside of the "many cases" statement. rtl_reset_work is a hard reset. It is

[PATCH, net-next] r8169: Deny functions membet of array rtl_work

2015-08-29 Thread Corcodel Marian
Deny functions member of array rtl_work to run when link is ok.After rtl8169_init_phy exist 10 sec timeout.On many cases link is ok and no need to destroy all work. Signed-off-by: Corcodel Marian diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index