Loading
bdev/compress: Update error handling in IO submission path
The only rc that we may get in _comp_bdev_io_submit func is ENOTSUP. ENOMEM is not available since submission funcs are void. Signed-off-by:Alexey Marchuk <alexeymar@mellanox.com> Change-Id: I8980644a02889c5e64a2b9b1382dff6d8a7ffa9b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11974 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by:
Dong Yi <dongx.yi@intel.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com>