net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevs
One is sufficient since Blue Flame is not supported anymore. This will also come in handy for switchdev mode to save resources, since VF representors will use same single UAR as well for their own 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>
This commit is contained in:

committed by
David S. Miller

parent
6982ab6097
commit
aff2615763
@@ -728,6 +728,7 @@ struct mlx5e_resources {
|
||||
u32 pdn;
|
||||
struct mlx5_td td;
|
||||
struct mlx5_core_mkey mkey;
|
||||
struct mlx5_sq_bfreg bfreg;
|
||||
};
|
||||
|
||||
struct mlx5_core_dev {
|
||||
|
Reference in New Issue
Block a user