Michael Baum 24e4b650ba net/mlx5: mitigate Rx queue reference counters
The Rx queue structures manage 2 different reference counter per queue:
rxq_ctrl reference counter and rxq_obj reference counter.

There is no real need to use two different counters, it just complicates
the release functions.
Remove the rxq_obj counter and use only the rxq_ctrl counter.

Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
2020-09-18 18:55:08 +02:00
..
2020-09-18 18:55:06 +02:00
2020-09-18 18:55:06 +02:00
2020-09-18 18:55:06 +02:00
2020-09-18 18:55:06 +02:00
2020-08-12 11:32:16 +02:00