Spdk/lib/idxd
Marcin Spiewak ba20950a53 lib/idxd: Fixed compilation issue (gcc 12.2.1)
Added initialization of	the prev_crc variable to avoid compilation error:

idxd.c: In function ?spdk_idxd_submit_copy_crc32c?:
idxd.c:1138:51: error: ?prev_crc? may be used uninitialized [-Werror=maybe-uninitialized]
 1138 |                                 desc->crc32c.addr = prev_crc;
      |                                 ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
idxd.c:1081:18: note: ?prev_crc? was declared here
 1081 |         uint64_t prev_crc;
      |                  ^~~~~~~~

Change-Id: I6b93d5d85b52e20f8a2c313c41b740f66eebe1c7
Signed-off-by: Marcin Spiewak <marcin.spiewak@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16900
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2023-02-28 08:15:40 +00:00
..
idxd_internal.h lib/idxd: use physical address for IAA aecs table 2022-12-08 12:55:27 +00:00
idxd_kernel.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
idxd_user.c lib/idxd: use physical address for IAA aecs table 2022-12-08 12:55:27 +00:00
idxd.c lib/idxd: Fixed compilation issue (gcc 12.2.1) 2023-02-28 08:15:40 +00:00
Makefile so_ver: increase all major versions 2023-01-24 08:37:21 +00:00
spdk_idxd.map lib/map file: Optimized some indentation formats 2022-12-05 09:43:30 +00:00