Re: [EXT] [PATCH] app/test: drop dependency on crypto scheduler driver

2023-09-28 Thread Bruce Richardson
On Thu, Sep 28, 2023 at 11:45:37AM +0200, David Marchand wrote: > On Thu, Sep 28, 2023 at 11:37 AM Akhil Goyal wrote: > > > > > The cryptodev autotests make use of the crypto scheduler driver when it > > > is available, but build fine without. We can therefore remove the hard > > > dependency on t

Re: [EXT] [PATCH] app/test: drop dependency on crypto scheduler driver

2023-09-28 Thread David Marchand
On Thu, Sep 28, 2023 at 11:37 AM Akhil Goyal wrote: > > > The cryptodev autotests make use of the crypto scheduler driver when it > > is available, but build fine without. We can therefore remove the hard > > dependency on that driver when building the crypto test files. loongarch CI does not see

RE: [EXT] [PATCH] app/test: drop dependency on crypto scheduler driver

2023-09-28 Thread Akhil Goyal
> The cryptodev autotests make use of the crypto scheduler driver when it > is available, but build fine without. We can therefore remove the hard > dependency on that driver when building the crypto test files. > > Fixes: 50823f30f0c8 ("test: build using per-file dependencies") > > Reported-by: