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

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

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

2017-03-29 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 | 241 +++ 2 files changed, 243 insertions(+) create m