How to Recover from a Data Compression Overflow State Using the Intel® QuickAssist Technology (Intel® QAT) Driver
Content Type: Troubleshooting | Article ID: 000094259 | Last Reviewed: 09/11/2025
Decompressing with Intel® QAT may fail, resulting in a return value of 11 from the cpaDcCompressData function, indicating a CPA_DC_OVERFLOW error.
An overflow state is an exception that can be handled by resubmitting the request with a larger output buffer. Follow these steps after detecting an overflow:
The compression overflow exception can occur due to:
To minimize resubmission impact, use the API cpaDcDeflateCompressBound() to determine the recommended destination buffer size before allocation.
Refer to the Intel® QAT Programmer's Guide of your respective Intel® QAT hardware version for more details on handling data compression overflow exceptions.