From: Russ Gorby Date: Mon, 13 Aug 2012 12:43:36 +0000 (+0100) Subject: n_gsm: uplink SKBs accumulate on list X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192b6041e75bb4a2aae73834037038cea139a92d;p=pandora-kernel.git n_gsm: uplink SKBs accumulate on list gsm_dlci_data_kick will not call any output function if tx_bytes > THRESH_LO furthermore it will call the output function only once if tx_bytes == 0 If the size of the IP writes are on the order of THRESH_LO we can get into a situation where skbs accumulate on the outbound list being starved for events to call the output function. gsm_dlci_data_kick now calls the sweep function when tx_bytes==0 Signed-off-by: Russ Gorby Tested-by: Kappel, LaurentX Signed-off-by: Alan Cox Cc: Hay and Water Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed