From: Simon Wunderlich Date: Mon, 29 Jul 2013 15:56:44 +0000 (+0200) Subject: batman-adv: set skb priority according to content X-Git-Tag: v3.12-rc1~132^2~163^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c54f38c9aa22ff65ca9f4c1bdbf2a11d017205f3;p=pandora-kernel.git batman-adv: set skb priority according to content The skb priority field may help the wireless driver to choose the right queue (e.g. WMM queues). This should be set in batman-adv, as this information is only available here. This patch adds support for IPv4/IPv6 DS fields and VLAN PCP. Note that only VLAN PCP is used if a VLAN header is present. Also initially set TC_PRIO_CONTROL only for self-generated packets, and keep the priority set by higher layers. Signed-off-by: Simon Wunderlich Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed