numam-dpdk/drivers/compress
Michael Baum 80b32fa702 compress/mlx5: fix double close of device context
The context of the device opens once in the common probe and closes with
its removal.

If the probe of one of the drivers fails, it releases its resources and
then the common closes the context.
But mistakenly in the compress probe, if there isn't enough capabilities
to support compress operations, it closes the device and then common
probe closes it again.

Remove the redundant closing from compress probe.

Fixes: 2efd265445 ("compress/mlx5: support partial transformation")
Cc: stable@dpdk.org

Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
2021-11-25 11:16:56 +01:00
..
isal version: 21.11-rc0 2021-08-17 08:37:52 +02:00
mlx5 compress/mlx5: fix double close of device context 2021-11-25 11:16:56 +01:00
octeontx devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
qat fix PMD wording 2021-11-26 11:28:34 +01:00
zlib version: 21.11-rc0 2021-08-17 08:37:52 +02:00
meson.build drivers: clean up build lists 2021-04-21 12:37:55 +02:00