From: Krishna Kumar Date: Mon, 19 Oct 2009 23:50:07 +0000 (+0000) Subject: net: Use sk_tx_queue_mapping for connected sockets X-Git-Tag: v2.6.33-rc1~388^2~746 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ee3ce3293dc931fab19beb472a8bde1295aebe;p=pandora-kernel.git net: Use sk_tx_queue_mapping for connected sockets For connected sockets, the first run of dev_pick_tx saves the calculated txq in sk_tx_queue_mapping. This is not saved if either the device has a queue select or the socket is not connected. Next iterations of dev_pick_tx uses the cached value of sk_tx_queue_mapping. Signed-off-by: Krishna Kumar Signed-off-by: David S. Miller --- Reading git-diff-tree failed