mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
crc: Make crc32_table_iscsi_base static
Reason: Ceph directly copied some code from isal, which will have conflict on the condition that SPDK applications use isal-lib(configured with '--with-isal') and also use Ceph (configured with --with-rbd) Change-Id: I9f58412a68af76f8e29219a9c72cd44b9183033d Signed-off-by: Jesse Hui <Chunyang.hui@intel.com> Signed-off-by: Ziye Yang <ziye.yang@intel.com>
This commit is contained in:
parent
ce9f3923da
commit
bed578b4d6
@ -32,7 +32,7 @@
|
||||
|
||||
#define MAX_ITER 8
|
||||
|
||||
uint32_t crc32_table_iscsi_base[256] = {
|
||||
static uint32_t crc32_table_iscsi_base[256] = {
|
||||
0x00000000, 0xF26B8303, 0xE13B70F7, 0x1350F3F4,
|
||||
0xC79A971F, 0x35F1141C, 0x26A1E7E8, 0xD4CA64EB,
|
||||
0x8AD958CF, 0x78B2DBCC, 0x6BE22838, 0x9989AB3B,
|
||||
|
Loading…
Reference in New Issue
Block a user