Re: [PATCH] Try to re-open network device on transmission error

2013-09-09 Thread Samuel Thibault
Hello, Thanks for working on this! rekado, le Mon 09 Sep 2013 21:03:44 +0800, a écrit : > Attempt to re-open the network device when device_write fails, e.g. when > netdde has crashed. It seems there are other things done on ether_port in setup_ethernet_device. I however guess these could be m

[PATCH] Try to re-open network device on transmission error

2013-09-09 Thread rekado
Attempt to re-open the network device when device_write fails, e.g. when netdde has crashed. --- pfinet/ethernet.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c index b96c09a..f9fadf1 100644 --- a/pfinet/ethernet.c ++

[PATCH] Try to re-open network device on transmission error

2013-09-09 Thread rekado
Attempt to re-open the network device when device_write fails, e.g. when netdde has crashed. --- pfinet/ethernet.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c index b96c09a..f9fadf1 100644 --- a/pfinet/ethernet.c +++