Re: [dpdk-dev] [PATCH v5 2/2] test/test: add unit test for CRC computation

2017-03-28 Thread Singh, Jasvinder
Hi Pablo, > -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, March 28, 2017 8:23 PM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: olivier.m...@6wind.com; Doherty, Declan > Subject: RE: [PATCH v5 2/2] test/test: add unit test for CRC computation > > Hi Jasvinder, > > > >

Re: [dpdk-dev] [PATCH v5 2/2] test/test: add unit test for CRC computation

2017-03-28 Thread De Lara Guarch, Pablo
Hi Jasvinder, > -Original Message- > From: Singh, Jasvinder > Sent: Tuesday, March 21, 2017 2:46 PM > To: dev@dpdk.org > Cc: olivier.m...@6wind.com; Doherty, Declan; De Lara Guarch, Pablo > Subject: [PATCH v5 2/2] test/test: add unit test for CRC computation > > This patch provides a set

[dpdk-dev] [PATCH v5 2/2] test/test: add unit test for CRC computation

2017-03-21 Thread Jasvinder Singh
This patch provides a set of tests for verifying the functional correctness of 16-bit and 32-bit CRC APIs. Signed-off-by: Jasvinder Singh --- test/test/Makefile | 2 + test/test/test_crc.c | 223 +++ 2 files changed, 225 insertions(+) create m