On Monday 09 May 2016 20:03:34 Andrew Lunn wrote:
BATMAN currently does not allow QoS policies to be used with fragmented packets. The first patch copies the skb priority from the unfragmented packet into the fragments as they are built, so the lower layers can then prioritise as appropriated.
The second patch places the priority into the fragment header, and upon reception of a fragment, copies it into the skb priority, so that when the fragment is retransmitted, it is correctly prioritised.
Andrew Lunn (2): batman-adv: Set skb priority in fragments batman-adv: Include frame priority in fragment header
Series looks good to me.
Reviewed-by: Simon Wunderlich sw@simonwunderlich.de
Thanks, Simon