Re: [PATCH -next v2 3/4] net: w5100: increase TX timeout period

2016-05-16 Thread Akinobu Mita
2016-05-16 18:33 GMT+09:00 David Laight : > From: netdev-ow...@vger.kernel.org Akinobu Mita >> Sent: 14 May 2016 06:56 >> This increases TX timeout period from one second to 5 seconds which is >> the default value if the driver doesn't explicitly set >> net_device->watchdog_timeo. >> >> The one sec

RE: [PATCH -next v2 3/4] net: w5100: increase TX timeout period

2016-05-16 Thread David Laight
From: netdev-ow...@vger.kernel.org Akinobu Mita > Sent: 14 May 2016 06:56 > This increases TX timeout period from one second to 5 seconds which is > the default value if the driver doesn't explicitly set > net_device->watchdog_timeo. > > The one second timeout is too short for W5100 with SPI inter

[PATCH -next v2 3/4] net: w5100: increase TX timeout period

2016-05-13 Thread Akinobu Mita
This increases TX timeout period from one second to 5 seconds which is the default value if the driver doesn't explicitly set net_device->watchdog_timeo. The one second timeout is too short for W5100 with SPI interface mode which doesn't support burst READ/WRITE processing in the SPI transfer. If