From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v3 1/5] hash: add software CRC32 implementation Date: Tue, 25 Nov 2014 09:34:51 -0800 Message-ID: <20141125093451.2611364b@urahara> References: <1416160760-16087-1-git-send-email-e_zhumabekov@sts.kz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Yerden Zhumabekov Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Tue, 18 Nov 2014 09:21:54 +0600 Yerden Zhumabekov wrote: > +/* Lookup tables for software implementation of CRC32C */ > +static uint32_t crc32c_tables[8][256] = {{ > + 0x00000000, 0xF26B8303, 0xE13B70F7, 0x1350F3F4, Table should be declared const