On Monday, May 09, 2016 20:03:36 Andrew Lunn wrote:
Unfragmented frames which traverse a node have their skb->priority set by looking at the IP ToS byte, or the 802.1p header. However for fragments this is not possible, only one of the fragments will contain the headers. Instead, place the priority into the fragment header and on receiving a fragment, use this information to set the skb->priority for when the fragment is forwarded.
Signed-off-by: Andrew Lunn andrew@lunn.ch
net/batman-adv/fragmentation.c | 2 ++ net/batman-adv/packet.h | 7 +++++-- net/batman-adv/routing.c | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-)
Applied in revision 4f241fc.
Thanks, Marek