Searched hist:"561 e036006dc4078446815613781c6c33441dd3b" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/iucv/ |
H A D | af_iucv.h | diff 561e036006dc4078446815613781c6c33441dd3b Fri May 04 14:22:07 CDT 2007 Jennifer Hunt <jenhunt@us.ibm.com> [AF_IUCV]: Implementation of a skb backlog queue
With the inital implementation we missed to implement a skb backlog queue . The result is that socket receive processing tossed packets. Since AF_IUCV connections are working synchronously it leads to connection hangs. Problems with read, close and select also occured.
Using a skb backlog queue is fixing all of these problems .
Signed-off-by: Jennifer Hunt <jenhunt@us.ibm.com> Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/iucv/ |
H A D | af_iucv.c | diff 561e036006dc4078446815613781c6c33441dd3b Fri May 04 14:22:07 CDT 2007 Jennifer Hunt <jenhunt@us.ibm.com> [AF_IUCV]: Implementation of a skb backlog queue
With the inital implementation we missed to implement a skb backlog queue . The result is that socket receive processing tossed packets. Since AF_IUCV connections are working synchronously it leads to connection hangs. Problems with read, close and select also occured.
Using a skb backlog queue is fixing all of these problems .
Signed-off-by: Jennifer Hunt <jenhunt@us.ibm.com> Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|