Merge pull request #162 from truenas/zfs-2.2-release-rc4
Sync with Upstream RC4 tag
This commit is contained in:
commit
a2b04c6e91
2
META
2
META
|
@ -2,7 +2,7 @@ Meta: 1
|
|||
Name: zfs
|
||||
Branch: 1.0
|
||||
Version: 2.2.0
|
||||
Release: rc3
|
||||
Release: rc4
|
||||
Release-Tags: relext
|
||||
License: CDDL
|
||||
Author: OpenZFS
|
||||
|
|
|
@ -193,7 +193,9 @@ qat_dc_init(void)
|
|||
sd.huffType = CPA_DC_HT_FULL_DYNAMIC;
|
||||
sd.sessDirection = CPA_DC_DIR_COMBINED;
|
||||
sd.sessState = CPA_DC_STATELESS;
|
||||
#if (CPA_DC_API_VERSION_NUM_MAJOR == 1 && CPA_DC_API_VERSION_NUM_MINOR < 6)
|
||||
sd.deflateWindowSize = 7;
|
||||
#endif
|
||||
sd.checksum = CPA_DC_ADLER32;
|
||||
status = cpaDcGetSessionSize(dc_inst_handles[i],
|
||||
&sd, &sess_size, &ctx_size);
|
||||
|
|
Loading…
Reference in New Issue