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

From: David Miller
Date: Tue Jun 06 2017 - 16:24:57 EST


From: Jason Wang <jasowang@xxxxxxxxxx>
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: Jason Wang <jasowang@xxxxxxxxxx>

Applied.