[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Try to re-open network device on transmission error
From: |
Samuel Thibault |
Subject: |
Re: [PATCH] Try to re-open network device on transmission error |
Date: |
Mon, 9 Sep 2013 16:28:01 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
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 moved into
ethernet_open(), so that we can indeed merely call it on device_write()
errors.
Probably we also need to properly shut down the previous port, to avoid
port leaks.
Samuel