Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-17 Thread Trahe, Fiona
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Friday, April 17, 2020 4:39 PM > To: Trahe, Fiona ; Dybkowski, AdamX > ; > dev@dpdk.org > Cc: Shally Verma > Subject: RE: [PATCH v2 2/2] test/compress: im buffer too small - add unit > tests > > > > > > > > Hi Fiona/Adam, > >

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-17 Thread Akhil Goyal
> > > > > > Hi Fiona/Adam, > > > > > > > > > > > > > This patch adds a new test suite for verification of the "internal > > > > > > > QAT IM buffer too small" case handling. These unit tests are > > > > > > > specific to the QAT PMD only - that's why they are contained in > > > > > > > a separate t

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-16 Thread Trahe, Fiona
Hi Bruce, > While not something for this release, perhaps in future cryptodev could > implement a "selftest()" callback API like rawdev does [1], which allows > drivers to implement their own specific test cases too. > > [1] > http://doc.dpdk.org/api-20.02/rte__rawdev_8h.html#a776edaa7060fc6a9d6

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-16 Thread Trahe, Fiona
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Thursday, April 16, 2020 3:38 PM > To: Trahe, Fiona ; Dybkowski, AdamX > ; > dev@dpdk.org > Cc: Shally Verma > Subject: RE: [PATCH v2 2/2] test/compress: im buffer too small - add unit > tests > > > > > > > > > Hi Akhil, > > >

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-16 Thread Akhil Goyal
> > > > > > Hi Akhil, > > > > > > > > > > > Hi Fiona/Adam, > > > > > > > > > This patch adds a new test suite for verification of the "internal > > > > > QAT IM buffer too small" case handling. These unit tests are > > > > > specific to the QAT PMD only - that's why they are contained in > > > > >

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-16 Thread Bruce Richardson
On Thu, Apr 16, 2020 at 11:26:46AM +, Trahe, Fiona wrote: > > > > -Original Message- > > From: Akhil Goyal > > Sent: Thursday, April 16, 2020 11:25 AM > > To: Trahe, Fiona ; Dybkowski, AdamX > > ; > > dev@dpdk.org > > Cc: Shally Verma > > Subject: RE: [PATCH v2 2/2] test/compress:

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-16 Thread Trahe, Fiona
> -Original Message- > From: Akhil Goyal > Sent: Thursday, April 16, 2020 11:25 AM > To: Trahe, Fiona ; Dybkowski, AdamX > ; > dev@dpdk.org > Cc: Shally Verma > Subject: RE: [PATCH v2 2/2] test/compress: im buffer too small - add unit > tests > > Hi Fiona, > > > > Hi Akhil, > > > >

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-16 Thread Akhil Goyal
Hi Fiona, > > Hi Akhil, > > > > > Hi Fiona/Adam, > > > > > This patch adds a new test suite for verification of the "internal > > > QAT IM buffer too small" case handling. These unit tests are > > > specific to the QAT PMD only - that's why they are contained in > > > a separate test suite. > > >

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-16 Thread Trahe, Fiona
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Wednesday, April 15, 2020 7:36 PM > To: Dybkowski, AdamX ; dev@dpdk.org; Trahe, Fiona > > Cc: Shally Verma > Subject: RE: [PATCH v2 2/2] test/compress: im buffer too small - add unit > tests > > Hi Fiona/Adam, > > > This patc

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-15 Thread Akhil Goyal
Hi Fiona/Adam, > This patch adds a new test suite for verification of the "internal > QAT IM buffer too small" case handling. These unit tests are > specific to the QAT PMD only - that's why they are contained in > a separate test suite. > > Signed-off-by: Adam Dybkowski > --- Why do we need to

Re: [dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-08 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Wednesday, April 8, 2020 1:51 PM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com > Cc: Dybkowski, AdamX > Subject: [PATCH v2 2/2] test/compress: im buffer too small - add unit tests > > This patch adds a new test suite for v

[dpdk-dev] [PATCH v2 2/2] test/compress: im buffer too small - add unit tests

2020-04-08 Thread Adam Dybkowski
This patch adds a new test suite for verification of the "internal QAT IM buffer too small" case handling. These unit tests are specific to the QAT PMD only - that's why they are contained in a separate test suite. Signed-off-by: Adam Dybkowski --- app/test/test_compressdev.c | 1251