net/mlx5e: XDP, Fix shifted flag index in RQ bitmap
authorTariq Toukan <tariqt@mellanox.com>
Sun, 10 Mar 2019 13:29:13 +0000 (15:29 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 23 Apr 2019 19:09:19 +0000 (12:09 -0700)
commitf03590f74cc280ce5bcfe7aa0729691df79f7718
treedd3f20e3c33b90bb82f74f7e2b05f82cba15c59a
parentfd9b4be8002cae5f854c7acd9e86d31780ebaf16
net/mlx5e: XDP, Fix shifted flag index in RQ bitmap

Values in enum mlx5e_rq_flag are used as bit indixes.
Intention was to use them with no BIT(i) wrapping.

No functional bug fix here, as the same (shifted)flag bit
is used for all set, test, and clear operations.

Fixes: 121e89275471 ("net/mlx5e: Refactor RQ XDP_TX indication")
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Shay Agroskin <shayag@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en.h