From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] app/test: add crc32 algorithms equivalence check Date: Wed, 25 Feb 2015 16:19:18 +0100 Message-ID: <6627967.IZbhMzxyz6@xps13> References: <1424781388-7485-1-git-send-email-e_zhumabekov@sts.kz> <1424867646-14464-1-git-send-email-e_zhumabekov@sts.kz> <20150225131457.GD9512@bricha3-MOBL3> 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: <20150225131457.GD9512@bricha3-MOBL3> 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" > > New function test_crc32_hash_alg_equiv() checks whether software, > > 4-byte operand and 8-byte operand versions of CRC32 hash function > > implementations return the same result value. > > > > Signed-off-by: Yerden Zhumabekov > > Acked-by: Bruce Richardson Applied, thanks