RE: [EXT] [PATCH V2] compress/mlx5: support out-of-space status

2022-03-04 Thread Akhil Goyal
> When trying to dequeue, an OP may fail due to insufficient space for the > OP output, the compressdev API defines out-of-space for OP status. > The driver can detect out-of-space errors and report them to the user. > > Check if hw_error_syndrome specifies out-of-space and set the OP > status a

[PATCH V2] compress/mlx5: support out-of-space status

2022-02-27 Thread Raja Zidane
When trying to dequeue, an OP may fail due to insufficient space for the OP output, the compressdev API defines out-of-space for OP status. The driver can detect out-of-space errors and report them to the user. Check if hw_error_syndrome specifies out-of-space and set the OP status accordingly. Al