> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Matan Azrad
> Sent: Wednesday, November 20, 2019 11:21 AM
> To: [email protected]
> Cc: Slava Ovsiienko <[email protected]>; Ori Kam
> <[email protected]>
> Subject: [dpdk-dev] [PATCH] net/mlx5: fix Rx queue release assertions
> 
> In debug mode, there is assertion to validate the CQ object before the
> release.
> 
> Wrongly, the assertion is done for any type of RX queue even if it
> doesn't use CQ at all, for example in hairpin Rx queue.
> 
> Ignore CQ assertion when hairpin queue is released.
> 
> Fixes: e79c9be91515 ("net/mlx5: support Rx hairpin queues")
> Cc: [email protected]
> 
> Signed-off-by: Matan Azrad <[email protected]>
> ---

Acked-by: Ori Kam <[email protected]>
Thanks,
Ori

Reply via email to