commit | eba2db2bd2c81140e56f06889781f8ba953af6da | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Sat Mar 25 00:52:07 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 24 19:11:45 2017 -0700 |
tree | 91367c88de80a093688c75c8af1371ee6b967c32 | |
parent | 1c4bf940455cd91a9fa100f09bd304f141fb4429 [diff] |
net/mlx5e: Move mlx5e_rq struct declaration Move struct mlx5e_rq and friends to appear after mlx5e_sq declaration in en.h. We will need this for next patch to move the mlx5e_sq instance into mlx5e_rq struct for XDP SQs. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Reviewed-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>