From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49])
 by dpdk.org (Postfix) with ESMTP id 41FA45A6D
 for <dev@dpdk.org>; Wed, 25 Feb 2015 16:19:52 +0100 (CET)
Received: by wgha1 with SMTP id a1so4267672wgh.12
 for <dev@dpdk.org>; Wed, 25 Feb 2015 07:19:52 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=ZPTH2KzGuZqomxp1HWuezzC78qzay7+i16Ad1l6Get4=;
 b=jfAc23HoGS/SpNb1QvMQeT43IofENwLqJ0R5LzWElwpJPRTIwXxCRfBxtn3FobdyEs
 r1KY3mHCvUGuxMme804F/1CCqOp0J+ADNLmMFVpLkH2aMViVr/FP2iYyxHXzEYr+HVE4
 QnSE36llFp+PX1HnuMeDidiL1ZDpUmHIaviw2Vzib5UvTaMd2ozg6FdobpspDl5vWhS9
 ufJek8MeVVfvjjXxPOdyp/HDeAZSucz2ZhLHfJBNa3U0G+uTzptbi8jRvIZwr8FhQZiP
 90uRA0PhP7+RTF35aV39n8z725nRifJy7kHPl/qBb0CDjniuPddOTDOtOvFEqZ91F6xw
 uyQA==
X-Gm-Message-State: ALoCoQmt5ipA0ZBz6+HgkERV/erjJy03P8uCfuymTl3NHZ6iKzryR+ce9ljmcBzJzyQcuIWtNcc4
X-Received: by 10.194.172.35 with SMTP id az3mr7198728wjc.43.1424877592112;
 Wed, 25 Feb 2015 07:19:52 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id ka1sm65250549wjc.2.2015.02.25.07.19.50
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 25 Feb 2015 07:19:51 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Yerden Zhumabekov <e_zhumabekov@sts.kz>
Date: Wed, 25 Feb 2015 16:19:18 +0100
Message-ID: <6627967.IZbhMzxyz6@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <20150225131457.GD9512@bricha3-MOBL3>
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-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v3] app/test: add crc32 algorithms
	equivalence check
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Feb 2015 15:19:52 -0000

> > 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 <e_zhumabekov@sts.kz>
> 
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks