Re: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test

2019-02-25 Thread Daly, Lee
k.org; akhil.go...@nxp.com; Jozwiak, TomaszX > ; Trahe, Fiona > Subject: Re: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test > > 25/02/2019 09:56, Daly, Lee: > > Hi Thomas, > > This patch was deferred to a later release, Patchwork did not reflect > > thi

Re: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test

2019-02-25 Thread Thomas Monjalon
25/02/2019 09:56, Daly, Lee: > Hi Thomas, > This patch was deferred to a later release, > Patchwork did not reflect this so I have now changed it. You mean you don't want this patch in DPDK 19.05?

Re: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test

2019-02-25 Thread Daly, Lee
c: dev@dpdk.org; akhil.go...@nxp.com; Jozwiak, TomaszX > ; Trahe, Fiona > Subject: Re: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test > > 05/12/2018 15:38, Lee Daly: > > added mbuf offset test to compressdev test suite, which tests > > compression/decompr

Re: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test

2019-02-24 Thread Thomas Monjalon
05/12/2018 15:38, Lee Daly: > added mbuf offset test to compressdev test suite, which tests > compression/decompression with a mbuf containing > an offset spanning across mulitple segments. > > V2: >- Change how test checks capalilites structure. > > V3: >- Change commit message. Better

Re: [dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test

2018-12-05 Thread Jozwiak, TomaszX
> -Original Message- > From: Daly, Lee > Sent: Wednesday, December 5, 2018 3:39 PM > To: akhil.go...@nxp.com; Jozwiak, TomaszX ; > Trahe, Fiona > Cc: dev@dpdk.org; Daly, Lee > Subject: [PATCH v3] test/compress: add mbuf offset unit test > > added mbuf offset test to compressdev test s

[dpdk-dev] [PATCH v3] test/compress: add mbuf offset unit test

2018-12-05 Thread Lee Daly
added mbuf offset test to compressdev test suite, which tests compression/decompression with a mbuf containing an offset spanning across mulitple segments. V2: - Change how test checks capalilites structure. V3: - Change commit message. Signed-off-by: Lee Daly --- test/test/test_compress