Re: [dpdk-dev] [PATCH v2 2/3] test/compress: add checksum tests

2018-12-11 Thread Trahe, Fiona
> -Original Message- > From: Daly, Lee > Sent: Wednesday, November 28, 2018 3:42 AM > To: Trahe, Fiona ; akhil.go...@nxp.com > Cc: dev@dpdk.org; Daly, Lee > Subject: [PATCH v2 2/3] test/compress: add checksum tests > > This patch adds a test which examines what type of checksum the PMD

Re: [dpdk-dev] [PATCH v2 2/3] test/compress: add checksum tests

2018-12-05 Thread Jozwiak, TomaszX
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Lee Daly > Sent: Wednesday, November 28, 2018 11:42 AM > To: Trahe, Fiona ; akhil.go...@nxp.com > Cc: dev@dpdk.org; Daly, Lee > Subject: [dpdk-dev] [PATCH v2 2/3] test/compress: add checks

[dpdk-dev] [PATCH v2 2/3] test/compress: add checksum tests

2018-11-28 Thread Lee Daly
This patch adds a test which examines what type of checksum the PMD supports, adler, crc32 or alder32_crc32 and tests that feature if the PMD supports it. Signed-off-by: Lee Daly --- test/test/test_compressdev.c | 206 ++- 1 file changed, 203 insertions(+)