sch_sfq: use skb_flow_dissect()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 29 Nov 2011 03:40:45 +0000 (03:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Nov 2011 18:17:03 +0000 (13:17 -0500)
commit11fca931d35a34d01ce209eb8d51ff667c9f5e7c
tree540b10f69a7a6c5249674cc1c67f231443fb6c47
parentf07d960df33c5aef8f513efce0fd201f962f94a1
sch_sfq: use skb_flow_dissect()

Instead of using a custom flow dissector, use skb_flow_dissect() and
benefit from tunnelling support.

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