commit | feec084a7cf49adb4a87bea9867fb2ba99821f48 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Tue Jun 06 14:09:49 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 06 16:23:31 2017 -0400 |
tree | 72b1cc88225820f34fa55ae58ea53a21d3419091 | |
parent | 5461bd41fd93829fdd726c01f43799c743aba9a0 [diff] |
tun: use symmetric hash 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@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>