Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Set skb priority in fragments

2016-05-11 Thread Marek Lindner
On Monday, May 09, 2016 20:03:35 Andrew Lunn wrote: > BATMAN will set the skb->priority based on the IP precedence or 802.1q > tag. However, if it needs to fragment the frame, it currently leaves > the fragment skb with the default priority and actually overwrites the > priority in the

Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Set skb priority in fragments

2016-05-11 Thread Sven Eckelmann
On Monday 09 May 2016 20:03:35 Andrew Lunn wrote: > BATMAN will set the skb->priority based on the IP precedence or 802.1q > tag. However, if it needs to fragment the frame, it currently leaves > the fragment skb with the default priority and actually overwrites the > priority in the unfragmented

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Set skb priority in fragments

2016-05-09 Thread Andrew Lunn
BATMAN will set the skb->priority based on the IP precedence or 802.1q tag. However, if it needs to fragment the frame, it currently leaves the fragment skb with the default priority and actually overwrites the priority in the unfragmented frame. Fix this. Signed-off-by: Andrew Lunn