]> git.baikalelectronics.ru Git - kernel.git/commit
sch_sfb: use skb_flow_dissect()
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 28 Nov 2011 05:25:02 +0000 (05:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Nov 2011 00:09:28 +0000 (19:09 -0500)
commitb816f558d50c69eedb1d705a32d9e12c0134d082
tree0b77d5fc46189223b18d5519586d6d1294ad8b96
parentd69991f53feffeb8ed3f2103639891d2d861aac5
sch_sfb: use skb_flow_dissect()

Current SFB double hashing is not fulfilling SFB theory, if two flows
share same rxhash value.

Using skb_flow_dissect() permits to really have better hash dispersion,
and get tunnelling support as well.

Double hashing point was mentioned by Florian Westphal

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_sfb.c