From: Cong Wang Date: Mon, 21 Jan 2013 00:39:24 +0000 (+0000) Subject: net: move rx and tx hash functions to net/core/flow_dissector.c X-Git-Tag: v3.9-rc1~139^2~303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441d9d327f1e770f5aa76fd91735851ac6e1e236;p=pandora-kernel.git net: move rx and tx hash functions to net/core/flow_dissector.c __skb_tx_hash() and __skb_get_rxhash() are all for calculating hash value based by some fields in skb, mostly used for selecting queues by device drivers. Meanwhile, net/core/dev.c is bloating. Cc: "David S. Miller" Cc: Eric Dumazet Cc: Ben Hutchings Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed