Re: [dpdk-dev] [PATCH] test/crypto: refactor scheduler test worker PMDs

2021-09-06 Thread Akhil Goyal
> > > > Previously, the scheduler unit test only created and attached 1 or 2 > > AESNI-MB cryptodev PMDs as workers if less than 2 AESNI-MB PMDs had > > already been initialized. > > > > This commit changes this to always create and attach 2 new AESNI-MB > > cryptodev PMDs, regardless of previously

Re: [dpdk-dev] [PATCH] test/crypto: refactor scheduler test worker PMDs

2021-09-03 Thread Zhang, Roy Fan
> -Original Message- > From: Troy, Rebecca > Sent: Thursday, September 2, 2021 12:54 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; Troy, Rebecca > ; Akhil Goyal ; Doherty, > Declan > Subject: [PATCH] test/crypto: refactor scheduler test worker PMDs > > Previously, the scheduler unit test

[dpdk-dev] [PATCH] test/crypto: refactor scheduler test worker PMDs

2021-09-02 Thread Rebecca Troy
Previously, the scheduler unit test only created and attached 1 or 2 AESNI-MB cryptodev PMDs as workers if less than 2 AESNI-MB PMDs had already been initialized. This commit changes this to always create and attach 2 new AESNI-MB cryptodev PMDs, regardless of previously initialized AESNI-MB PMDs.