Re: [dpdk-dev] [PATCH] mlx5/net: fix release of SQ resources in error flow

2020-11-05 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Tal Shnaiderman > Sent: Wednesday, October 28, 2020 7:11 PM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon ; Matan Azrad > ; Shahaf Shuler ; Slava > Ovsiienko ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH]

[dpdk-dev] [PATCH] mlx5/net: fix release of SQ resources in error flow

2020-10-28 Thread Tal Shnaiderman
Fix in error flow in which the function mlx5_txq_release_devx_sq_resources is called twice by setting the release object to NULL after the first call The incorrect flow was introduced in the work done on generic object creation. Once an error flow inside mlx5_txq_create_devx_sq_resources occurs t