Re: [dpdk-dev] [PATCH v1 1/2] test/compress: add out of space test

2018-12-14 Thread Daly, Lee
> -Original Message- > From: Kovacevic, Marko > Sent: Friday, December 14, 2018 3:33 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Daly, Lee ; Jozwiak, TomaszX > ; O'Hare, Cathal ; > Trahe, Fiona ; Kovacevic, Marko > > Subject: [PATCH v1 1/2] test/compress: add out of space test > >

[dpdk-dev] [PATCH v1 1/2] test/compress: add out of space test

2018-12-14 Thread Marko Kovacevic
From: "Kovacevic, Marko" This patch adds new out of space testcase to check that the destination mbuf is smaller than required for the output of compression to ensure the driver doesn't crash and returns the valid error case. Signed-off-by: Marko Kovacevic --- test/test/test_compressdev.c | 11