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:
Ziye Yang 2019-02-01 17:14:08 +08:00 committed by Ziye Yang
parent ce9f3923da
commit bed578b4d6

View File

@ -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,