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

2016-05-12 Thread Akinobu Mita
2016-05-12 8:49 GMT+09:00 David Miller : > From: Akinobu Mita > Date: Wed, 11 May 2016 15:30:26 +0900 > >> This increases TX timeout period from one second to 5 seconds which is >> default value defined in net/sched/sch_generic.c. >> >> The one second timeout is too short for W5100 with SPI interf

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

2016-05-11 Thread David Miller
From: Akinobu Mita Date: Wed, 11 May 2016 15:30:26 +0900 > This increases TX timeout period from one second to 5 seconds which is > default value defined in net/sched/sch_generic.c. > > The one second timeout is too short for W5100 with SPI interface mode > which doesn't support burst READ/WRITE

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

2016-05-10 Thread Akinobu Mita
This increases TX timeout period from one second to 5 seconds which is default value defined in net/sched/sch_generic.c. 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 the packet is transmitted while R