From: Dmitry Tarnyagin Date: Thu, 12 Apr 2012 08:27:24 +0000 (+0000) Subject: caif: set traffic class for caif packets X-Git-Tag: v3.5-rc1~109^2~485 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=447648128ec22e294604674ffe1064aa3ec3b767;p=pandora-kernel.git caif: set traffic class for caif packets Set traffic class for CAIF packets, based on socket priority, CAIF protocol type, or type of message. Traffic class mapping for different packet types: - control: TC_PRIO_CONTROL; - flow control: TC_PRIO_CONTROL; - at: TC_PRIO_CONTROL; - rfm: TC_PRIO_INTERACTIVE_BULK; - other sockets: equals to socket's TC; - network data: no change. Signed-off-by: Dmitry Tarnyagin Signed-off-by: David S. Miller --- Reading git-diff-tree failed