commit | a4ee3ce3293dc931fab19beb472a8bde1295aebe | [log] [tgz] |
---|---|---|
author | Krishna Kumar <krkumar2@in.ibm.com> | Mon Oct 19 23:50:07 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 20 18:55:47 2009 -0700 |
tree | ca93936887aaf70a0d6b2cd2152a56c9b93a075e | |
parent | ea94ff3b55188df157a8740bdf3976a87563d705 [diff] |
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 <krkumar2@in.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>