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

2019-01-09 Thread De Lara Guarch, Pablo
acevic, Marko > > Subject: [dpdk-dev] [PATCH v2 1/2] test/compress: add out of space test > > 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 ensu

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

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

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

2018-12-20 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 Acked-by: Lee Daly --- V2: Added c