commit | eb9def61be7197669cab51f43789b53aa7a69509 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Thu Dec 22 14:32:58 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 23 17:53:47 2016 -0500 |
tree | 848c3bcb653e0b5ccc7a845228b87b6bb770ee9f | |
parent | 693c56491fb720087437a635e6eaf440659b922f [diff] |
net/mlx4_en: Fix user prio field in XDP forward The user prio field is wrong (and overflows) in the XDP forward flow. This is a result of a bad value for num_tx_rings_p_up, which should account all XDP TX rings, as they operate for the same user prio. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Reported-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>