Re: [PATCH net-next] tun: use symmetric hash

2017-06-06 Thread David Miller
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:

[PATCH net-next] tun: use symmetric hash

2017-06-05 Thread Jason Wang
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