This patch adds out-of-space recoverable feature for stateless compression scenario to QuickAssist compressdev driver. Unit test was also created to verify the new feature.
v4: - if a device doesn't support out-of-space recoverable feature, then instead of "failed", "unsupported" result will be printed out on the screen v3: - rebasing onto the recent master v2: - rebasing over the external mbufs Artur Trybula (2): compress/qat: overflow catch for stateless compression test/compress: unit test for stateless overflow recovery app/test/test_compressdev.c | 280 ++++++++++++++++++++++++++------ drivers/compress/qat/qat_comp.c | 28 +++- 2 files changed, 258 insertions(+), 50 deletions(-) -- 2.17.1