Searched hist:f0703c80e5156406ad947cb67fe277725b48080f (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/iucv/ |
H A D | af_iucv.h | diff f0703c80e5156406ad947cb67fe277725b48080f Mon Oct 08 04:03:31 CDT 2007 Ursula Braun <braunu@de.ibm.com> [AF_IUCV]: postpone receival of iucv-packets
AF_IUCV socket programs may waste Linux storage, because af_iucv allocates an skb whenever posted by the receive callback routine and receives the message immediately. Message receival is now postponed if data from previous callbacks has not yet been transferred to the receiving socket program. Instead a message handle is saved in a message queue as a reminder. Once messages could be given to the receiving socket program, there is an additional checking for entries in the message queue, followed by skb allocation and message receival if applicable.
Signed-off-by: Ursula Braun <braunu@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/iucv/ |
H A D | af_iucv.c | diff f0703c80e5156406ad947cb67fe277725b48080f Mon Oct 08 04:03:31 CDT 2007 Ursula Braun <braunu@de.ibm.com> [AF_IUCV]: postpone receival of iucv-packets
AF_IUCV socket programs may waste Linux storage, because af_iucv allocates an skb whenever posted by the receive callback routine and receives the message immediately. Message receival is now postponed if data from previous callbacks has not yet been transferred to the receiving socket program. Instead a message handle is saved in a message queue as a reminder. Once messages could be given to the receiving socket program, there is an additional checking for entries in the message queue, followed by skb allocation and message receival if applicable.
Signed-off-by: Ursula Braun <braunu@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|