RE: [EXT] [PATCH] test/crypto: fix unnecessary stats retrieval

2021-11-11 Thread Akhil Goyal
> > The device stats are retrieved in the testcase teardown function, but are > not > > being used afterwards. Remove this unnecessary call. > > The stats retrieval for the device is being tested already by a dedicated > > stats > > testcase. > > > > Fixes: 202d375c60bc ("app/test: add cryptodev u

RE: [EXT] [PATCH] test/crypto: fix unnecessary stats retrieval

2021-11-11 Thread Anoob Joseph
> The device stats are retrieved in the testcase teardown function, but are not > being used afterwards. Remove this unnecessary call. > The stats retrieval for the device is being tested already by a dedicated > stats > testcase. > > Fixes: 202d375c60bc ("app/test: add cryptodev unit and perfo

[PATCH] test/crypto: fix unnecessary stats retrieval

2021-11-11 Thread Ciara Power
The device stats are retrieved in the testcase teardown function, but are not being used afterwards. Remove this unnecessary call. The stats retrieval for the device is being tested already by a dedicated stats testcase. Fixes: 202d375c60bc ("app/test: add cryptodev unit and performance tests") Cc