From: Jason Wang
Date: Tue, 6 Jun 2017 14:09:49 +0800
> Tun actually expects a symmetric hash for queue selecting to work
> correctly, otherwise packets belongs to a single flow may be
> redirected to the wrong queue. So this patch switch to use
> __skb_get_hash_symmetric().
>
> Signed-off-by:
Tun actually expects a symmetric hash for queue selecting to work
correctly, otherwise packets belongs to a single flow may be
redirected to the wrong queue. So this patch switch to use
__skb_get_hash_symmetric().
Signed-off-by: Jason Wang
---
drivers/net/tun.c | 6 +++---
1 file changed, 3 inse