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

2017-03-21 Thread Peng, Yuan
Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jasvinder Singh Sent: Tuesday, March 21, 2017 3:30 AM To: dev@dpdk.org Cc: Doherty, Declan ; De Lara Guarch, Pablo Subject: [dpdk-dev] [PATCH v4 2/2] app/test: add unit test for CRC computation This patch provides a set of tests for

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

2017-03-20 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 --- app/test/Makefile | 2 + app/test/test_crc.c | 223 2 files changed, 225 insertions(+) create mo