From: Eric Dumazet Date: Mon, 9 Jul 2012 06:02:24 +0000 (+0000) Subject: bnx2x: populate skb->l4_rxhash X-Git-Tag: v3.6-rc1~125^2~258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a334b5fb19d3f17953f73bb6de516a29317fb7f7;p=pandora-kernel.git bnx2x: populate skb->l4_rxhash l4_rxhash is set on skb when rxhash is obtained from canonical 4-tuple over transport ports/addresses. We can set skb->l4_rxhash for all incoming TCP packets on bnx2x for free, as cqe status contains a hash type information. Signed-off-by: Eric Dumazet Cc: Eilon Greenstein Cc: Willem de Bruijn Acked-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed