From: Krishna Kumar Date: Mon, 19 Oct 2009 23:46:20 +0000 (+0000) Subject: net: Introduce sk_tx_queue_mapping X-Git-Tag: v2.6.33-rc1~388^2~749 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e022f0b4a03f4fff9323b509df023b8af635716e;p=pandora-kernel.git net: Introduce sk_tx_queue_mapping Introduce sk_tx_queue_mapping; and functions that set, test and get this value. Reset sk_tx_queue_mapping to -1 whenever the dst cache is set/reset, and in socket alloc. Setting txq to -1 and using valid txq=<0 to n-1> allows the tx path to use the value of sk_tx_queue_mapping directly instead of subtracting 1 on every tx. Signed-off-by: Krishna Kumar Signed-off-by: David S. Miller --- Reading git-diff-tree failed