commit | 9495c282baf53ec7bfffcb9dd9f40cb10d4240e0 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Tue Mar 09 17:42:17 2010 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 11 11:35:34 2010 -0700 |
tree | a33b856ca0d76a94f47169f7f9b454ce006008ae | |
parent | b852fdcefc782b6751f96a8ea09471efd844b6bf [diff] |
Staging: hv: handle skb allocation failure Some fixes to receive handling: * Dieing with assertion failure when running out of memory is not ok * Use newer alloc function to get aligned skb * Dropped statistic is supposed to be incremented only by driver it was responsible for the drop. Compile tested only. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>